/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
reflection
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/ext/reflection/tests/bug48757.phpt
--TEST-- Bug #48757 (ReflectionFunction::invoke() parameter issues) --FILE-- <?php function test() { echo "Hello World\n"; } function another_test($parameter) { var_dump($parameter); } $func = new ReflectionFunction('test'); $func->invoke(); $func = new ReflectionFunction('another_test'); $func->invoke('testing'); ?> --EXPECT-- Hello World string(7) "testing"
Copyright ©2k19 -
Hexid
|
Tex7ure