/
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/bug40815.phpt
--TEST-- Bug #40815 (using strings like "class::func" and static methods in set_exception_handler() might result in crash). --FILE-- <?php class ehandle{ static public function exh ($ex) { echo 'foo'; } } set_exception_handler("ehandle::exh"); throw new Exception ("Whiii"); echo "Done\n"; ?> --EXPECT-- foo
Copyright ©2k19 -
Hexid
|
Tex7ure