Home
last modified time | relevance | path

Searched refs:json_decode (Results 26 – 38 of 38) sorted by relevance

12

/PHP-7.2/ext/json/tests/
H A Djson_encode_unescaped_slashes.phpt2 json_decode() tests
H A Dbug41567.phpt11 var_dump(json_decode($a));
H A Dbug47644.phpt12 var_dump(json_decode("[$i]"));
H A Dbug64874_part1.phpt2 Whitespace part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrectly")
8 var_dump(json_decode($json));
H A Dbug41067.phpt13 $json_decoded = json_decode($json, true);
H A Dfail001.phpt40 var_dump(json_decode($test));
42 var_dump(json_decode($test, true));
H A Dpass001.phpt73 $obj = json_decode($test);
76 $arr = json_decode($test, true);
87 $obj = json_decode($obj_enc);
90 $arr = json_decode($arr_enc, true);
H A Dpass001.1.phpt84 $obj = json_decode($test);
87 $arr = json_decode($test, true);
98 $obj = json_decode($obj_enc);
101 $arr = json_decode($arr_enc, true);
H A Dpass001.1_64bit.phpt84 $obj = json_decode($test);
87 $arr = json_decode($test, true);
98 $obj = json_decode($obj_enc);
101 $arr = json_decode($arr_enc, true);
/PHP-7.2/ext/json/
H A Djson.c36 static PHP_FUNCTION(json_decode);
68 PHP_FE(json_decode, arginfo_json_decode)
263 static PHP_FUNCTION(json_decode) in PHP_FUNCTION() argument
/PHP-7.2/ext/pdo_pgsql/tests/
H A Dbug66584.phpt33 …run($pdo, json_decode('{"0":234,"1":165,"2":221,"3":207,"4":188,"5":216,"6":1150,"7":916,"8":967,"…
/PHP-7.2/
H A DUPGRADING56 . The json_decode() option JSON_OBJECT_AS_ARRAY is used if the second
136 json_encode() and json_decode() to ignore and replace invalid UTF-8 byte
H A DNEWS1502 json_encode and json_decode to ignore or replace invalid UTF-8 byte
1504 . Fixed bug #75185 (Buffer overflow in json_decode() with

Completed in 108 milliseconds

12