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_091.phpt |
--TEST-- Group use statements with compound namespaces --FILE-- <?php namespace Foo\Bar { class A { function __construct() {echo __METHOD__,"\n";} } } namespace Foo\Bar\Baz { class B { function __construct() {echo __METHOD__,"\n";} } } namespace Fiz\Biz\Buz { use Foo\Bar\{ A, Baz\B }; new A; new B; } --EXPECTF-- Foo\Bar\A::__construct Foo\Bar\Baz\B::__construct
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare