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/bug43201.phpt |
--TEST-- Bug #43201 (Crash on using uninitialized vals and __get/__set) --FILE-- <?php class Foo { function __get($k) { return null; } function __set($k, $v) { $this->$k = $v; } } $c = new Foo(); $c->arr[0]["k"] = 1; $c->arr[0]["k2"] = $ref; for($cnt=0;$cnt<6;$cnt++) { $ref = chop($undef); $c->arr[$cnt]["k2"] = $ref; } echo "ok\n"; ?> --EXPECTF-- Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on line 13 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on line 14 Notice: Undefined variable: ref in %sbug43201.php on line 14 Notice: Undefined variable: undef in %sbug43201.php on line 16 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on line 17 Notice: Undefined variable: undef in %sbug43201.php on line 16 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on line 17 Notice: Undefined variable: undef in %sbug43201.php on line 16 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on line 17 Notice: Undefined variable: undef in %sbug43201.php on line 16 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on line 17 Notice: Undefined variable: undef in %sbug43201.php on line 16 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on line 17 Notice: Undefined variable: undef in %sbug43201.php on line 16 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on line 17 ok
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare