From: [EMAIL PROTECTED] Operating system: Any PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: set_error_handler returns NULL, documentation says "false"
Description: ------------ set_error_handler() is documented to return "false" when no prior custom error handler was specified. However, the returned value is NULL, as can be seen here: http://cvs.php.net/co.php/ZendEngine2/zend_builtin_functions.c?r=1.297#1286 -- Edit bug report at http://bugs.php.net/?id=35100&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=35100&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=35100&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=35100&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=35100&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=35100&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=35100&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=35100&r=needscript Try newer version: http://bugs.php.net/fix.php?id=35100&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=35100&r=support Expected behavior: http://bugs.php.net/fix.php?id=35100&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=35100&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=35100&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=35100&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=35100&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=35100&r=dst IIS Stability: http://bugs.php.net/fix.php?id=35100&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=35100&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=35100&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=35100&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=35100&r=mysqlcfg
