ID: 36640 Updated by: [EMAIL PROTECTED] Reported By: happyaccident at citiz dot net Status: Open -Bug Type: Unknown/Other Function +Bug Type: Documentation problem Operating System: redhat7.3 PHP Version: 5.1.2 New Comment:
Reclassified as docu problem. Previous Comments: ------------------------------------------------------------------------ [2006-03-07 06:58:47] happyaccident at citiz dot net Description: ------------ var_dump(get_parent_class()) return different result on php version 5.0.4 and 5.1.2, but it's not mentioned on php manual. Reproduce code: --------------- <?php var_dump(get_parent_class()); ?> Actual result: -------------- php5.0.4: Warning: Wrong parameter count for get_parent_class().............. php5.1.2: bool(false) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=36640&edit=1