/
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/bug77877.phpt
--TEST-- Bug #77877 call_user_func() passes $this to static methods --FILE-- <?php class Foo { static public function bar() { var_dump($this); } } try { array_map([new Foo, 'bar'],[1]); } catch (Throwable $e) { echo $e->getMessage() . "\n"; } try { call_user_func([new Foo, 'bar']); } catch (Throwable $e) { echo $e->getMessage() . "\n"; } ?> --EXPECT-- Using $this when not in object context Using $this when not in object context
Copyright ©2k19 -
Hexid
|
Tex7ure