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/spl/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/spl/tests/ArrayObject_std_props_no_recursion.phpt |
--TEST-- Don't recurse into USE_OTHER when checking for STD_PROP_LIST --FILE-- <?php $a = new ArrayObject([1, 2, 3], ArrayObject::STD_PROP_LIST); $a->prop = 'a'; $b = new ArrayObject($a, 0); $b->prop = 'b'; var_dump((array) $b); $c = new ArrayObject($a); $c->prop = 'c'; var_dump((array) $c); ?> --EXPECT-- array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } array(1) { ["prop"]=> string(1) "c" }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare