Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/tests/lang/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/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
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare