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/standard/tests/class_object/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/class_object/get_object_vars_variation_001.phpt |
--TEST-- get_object_vars() - ensure statics are not shown --FILE-- <?php /* Prototype : proto array get_object_vars(object obj) * Description: Returns an array of object properties * Source code: Zend/zend_builtin_functions.c * Alias to functions: */ Class A { public static $var = 'hello'; } $a = new A; var_dump(get_object_vars($a)); ?> --EXPECTF-- array(0) { }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare