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/result_unused.phpt |
--TEST-- Unused result of fetch operations --FILE-- <?php $x = array(1); $a = "x"; $$a; $x = array(array(2)); $x[0]; $x = "str"; $x[0]; $x[3]; class Foo { public $prop = array(3); function __get($name) { return array(4); } } $x = new Foo(); $x->prop; $x->y; echo "ok\n"; --EXPECTF-- Notice: Uninitialized string offset: 3 in %sresult_unused.php on line %d ok
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare