ID: 47664 Updated by: paj...@php.net Reported By: wiebe at wiebelt dot nl -Status: Bogus +Status: Open Bug Type: Class/Object related Operating System: Ubuntu 8.10 PHP Version: 5.3.0beta1 -Assigned To: +Assigned To: dmitry New Comment:
hm, you are right. It should remain the same especially as it is documented. Dmitry? Previous Comments: ------------------------------------------------------------------------ [2009-03-15 17:44:48] wiebe at wiebelt dot nl The documentation says it should return false. "Returns the name of the class of which object is an instance. Returns FALSE if object is not an object." It's very inconsistent if in PHP 5.2 it returns false and in 5.3 null. ------------------------------------------------------------------------ [2009-03-15 15:22:38] paj...@php.net invalid argument returns NULL, not false. ------------------------------------------------------------------------ [2009-03-15 15:13:59] wiebe at wiebelt dot nl Description: ------------ get_class returns NULL when using it with a string instead of FALSE. Reproduce code: --------------- <?php var_dump(get_class('test')); Expected result: ---------------- bool(false) Actual result: -------------- Warning: get_class() expects parameter 1 to be object, string given in /home/wiebe/run.php on line 34 NULL ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=47664&edit=1