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/ns_084.phpt |
--TEST-- 084: unbracketed namespace with nested bracketed namespace --FILE-- <?php namespace foo; use \foo; class bar { function __construct() {echo __METHOD__,"\n";} } new foo; new bar; namespace oops { class foo { function __construct() {echo __METHOD__,"\n";} } use foo\bar as foo1; new foo1; new foo; } ?> ===DONE=== --EXPECTF-- Fatal error: Cannot mix bracketed namespace declarations with unbracketed namespace declarations in %sns_084.php on line 9
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare