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/ReflectionClass_isCloneable_002.phpt |
--TEST-- Testing ReflectionClass::isCloneable() with non instantiable objects --FILE-- <?php trait foo { } $obj = new ReflectionClass('foo'); var_dump($obj->isCloneable()); abstract class bar { } $obj = new ReflectionClass('bar'); var_dump($obj->isCloneable()); interface baz { } $obj = new ReflectionClass('baz'); var_dump($obj->isCloneable()); ?> --EXPECT-- bool(false) bool(false) bool(false)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare