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 : /usr/local/src/php7/php-7.0.5/Zend/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/Zend/tests/dereference_007.phpt |
--TEST-- Trying to write on method return --FILE-- <?php error_reporting(E_ALL); class foo { public $x = array(); public function b() { return $this->x; } public function c() { return $x; } static public function d() { } } $foo = new foo; $foo->b()[0] = 1; $foo->c()[100] = 2; foo::d()[] = 3; print "ok\n"; ?> --EXPECTF-- Notice: Undefined variable: x in %s on line %d ok
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare