ID: 47664
Updated by: [email protected]
Reported By: wiebe at wiebelt dot nl
-Status: Open
+Status: Bogus
Bug Type: Class/Object related
Operating System: Ubuntu 8.10
PHP Version: 5.3.0beta1
New Comment:
invalid argument returns NULL, not false.
Previous Comments:
------------------------------------------------------------------------
[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