Test: /Zend/tests/bug60738.phpt - Version 7.0.16-dev        

Feature/Change Request #60738 Allow 'set_error_handler' to handle NULL
Submitted: 2012-01-13 02:22:55 Modified: 2012-09-28 04:09:04
From: four.zerooneunauthorized Assigned: laruence
Status: Closed Package: Unknown/Other Function
PHP Version: 5.3.9 OS: irrelivant

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
003- object(Closure)#1 (0) {
004- }
004+ Fatal error: Uncaught TypeError: Argument 1 passed to set_error_handler() must be callable, null given in %s/bug60738.php:9
006- Notice: Error! in %s on line %d
005+ Stack trace:
006+ #0 %s/bug60738.php(9): set_error_handler(NULL)
007+ #1 {main}
008+ thrown in %s/bug60738.php on line 9