/
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/bug69124.phpt
--TEST-- Bug 69124: Method name must be as string (invalid error message when using reference to a string) --FILE-- <?php class Foo { public function bar() { print "Success\n"; } } function test(&$instance, &$method) { $instance->{$method}(); } $instance = new Foo; $method = "bar"; test($instance, $method); ?> --EXPECT-- Success
Copyright ©2k19 -
Hexid
|
Tex7ure