ID: 47664 User updated by: wiebe at wiebelt dot nl Reported By: wiebe at wiebelt dot nl Status: Bogus Bug Type: Class/Object related Operating System: Ubuntu 8.10 PHP Version: 5.3.0beta1 New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [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