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 : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/Zend/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/Zend/tests/get_class_vars_001.phpt |
--TEST-- get_class_vars(): Simple test --FILE-- <?php class A { public $a = 1; private $b = 2; private $c = 3; } class B extends A { static public $aa = 4; static private $bb = 5; static protected $cc = 6; } var_dump(get_class_vars('A')); var_dump(get_class_vars('B')); ?> --EXPECT-- array(1) { ["a"]=> int(1) } array(2) { ["a"]=> int(1) ["aa"]=> int(4) }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare