/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
Zend
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/Zend/tests/bug46196.phpt
--TEST-- Test restore_error_handler() function : bug #46196 --CREDITS-- Olivier Doucet --FILE-- <?php echo "*** Testing restore_error_handler() : error bug #46196 ***\n"; var_dump( set_error_handler( 'myErrorHandler' ) ); var_dump( restore_error_handler() ); var_dump( set_error_handler( 'myErrorHandler' ) ); function myErrorHandler($errno, $errstr, $errfile, $errline) { return true; } ?> --EXPECT-- *** Testing restore_error_handler() : error bug #46196 *** NULL bool(true) NULL
Copyright ©2k19 -
Hexid
|
Tex7ure