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/bug43344_1.phpt |
--TEST-- Bug #43344.1 (Wrong error message for undefined namespace constant) --FILE-- <?php namespace Foo; function f1($a=bar) { return $a; } function f2($a=array(bar)) { return $a[0]; } function f3($a=array(bar=>0)) { reset($a); return key($a); } echo bar."\n"; echo f1()."\n"; echo f2()."\n"; echo f3()."\n"; ?> --EXPECTF-- Notice: Use of undefined constant bar - assumed 'bar' in %sbug43344_1.php on line 13 bar Notice: Use of undefined constant bar - assumed 'bar' in %sbug43344_1.php on line 3 bar Notice: Use of undefined constant bar - assumed 'bar' in %sbug43344_1.php on line 6 bar Notice: Use of undefined constant bar - assumed 'bar' in %sbug43344_1.php on line 9 bar
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare