/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
json
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/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" }
Copyright ©2k19 -
Hexid
|
Tex7ure