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/bug41691.phpt |
--TEST-- Bug #41691 (ArrayObject::exchangeArray hangs Apache) --FILE-- <?php class A extends ArrayObject { public function __construct($dummy, $flags) { parent::__construct($this, $flags); } public $a; public $b; public $c; } $a = new A(null, ArrayObject::ARRAY_AS_PROPS ); var_dump($a->exchangeArray(array('a'=>1,'b'=>1,'c'=>1))); echo "Done\n"; ?> --EXPECTF-- array(3) { ["a"]=> NULL ["b"]=> NULL ["c"]=> NULL } Done
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare