/
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/bug33996.phpt
--TEST-- Bug #33996 (No information given for fatal error on passing invalid value to typed argument) --INI-- error_reporting=8191 --FILE-- <?php class Foo { // nothing } function FooTest(Foo $foo) { echo "Hello!"; } function NormalTest($a) { echo "Hi!"; } try { NormalTest(); } catch (Throwable $e) { echo "Exception: " . $e->getMessage() . "\n"; } try { FooTest(); } catch (Throwable $e) { echo "Exception: " . $e->getMessage() . "\n"; } FooTest(new Foo()); ?> --EXPECTF-- Exception: Too few arguments to function NormalTest(), 0 passed in %sbug33996.php on line 18 and exactly 1 expected Exception: Too few arguments to function FooTest(), 0 passed in %sbug33996.php on line 23 and exactly 1 expected Hello!
Copyright ©2k19 -
Hexid
|
Tex7ure