/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
tests
/
lang
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/tests/lang/bug21669.phpt
--TEST-- Bug #21669 ("$obj = new $this->var;" doesn't work) --FILE-- <?php class Test { function say_hello() { echo "Hello world"; } } class Factory { public $name = "Test"; function create() { $obj = new $this->name; /* Parse error */ return $obj; } } $factory = new Factory; $test = $factory->create(); $test->say_hello(); ?> --EXPECT-- Hello world
Copyright ©2k19 -
Hexid
|
Tex7ure