/
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/bug29890.phpt
--TEST-- Bug #29890 (crash if error handler fails) --FILE-- <?php function customErrorHandler($fErrNo,$fErrStr,$fErrFile,$fErrLine) { echo "error :".$fErrStr."\n"; } set_time_limit(5); error_reporting(E_ALL); set_error_handler("customErrorHandler"); define("TEST",2); //should return a notice that the constant is already defined define("TEST",3); ?> --EXPECT-- error :Constant TEST already defined
Copyright ©2k19 -
Hexid
|
Tex7ure