Home
last modified time | relevance | path

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

12

/php-src/ext/json/tests/
H A Djson_validate_005.phpt2 json_validate() - compare against json_decode() for different types of inputs
22 var_dump($input, json_decode($input), json_validate($input));
H A Dpass003.phpt17 $obj = json_decode($test);
20 $arr = json_decode($test, true);
31 $obj = json_decode($obj_enc);
34 $arr = json_decode($arr_enc, true);
H A Dbug64874_part2.phpt2 Case-sensitivity part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrect…
6 var_dump(json_decode($json));
H A Dbug68817.phpt6 var_dump(json_decode('[""]'));
H A Djson_encode_unescaped_slashes.phpt2 json_decode() tests
H A Dbug41567.phpt9 var_dump(json_decode($a));
H A Dbug47644.phpt11 var_dump(json_decode("[$i]"));
H A Dbug41067.phpt11 $json_decoded = json_decode($json, true);
H A Dbug64874_part1.phpt2 Whitespace part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrectly")
6 var_dump(json_decode($json));
H A Dfail001.phpt36 var_dump(json_decode($test));
38 var_dump(json_decode($test, true));
H A Dpass001.phpt69 $obj = json_decode($test);
72 $arr = json_decode($test, true);
83 $obj = json_decode($obj_enc);
86 $arr = json_decode($arr_enc, true);
H A Dpass001.1.phpt79 $obj = json_decode($test);
82 $arr = json_decode($test, true);
93 $obj = json_decode($obj_enc);
96 $arr = json_decode($arr_enc, true);
H A Dpass001.1_64bit.phpt83 $obj = json_decode($test);
86 $arr = json_decode($test, true);
97 $obj = json_decode($obj_enc);
100 $arr = json_decode($arr_enc, true);
/php-src/benchmark/
H A Dgenerate_diff.php21 $headSummary = json_decode(file_get_contents($headSummaryFile), true);
22 $baseSummary = json_decode(file_get_contents($baseSummaryFile), true);
/php-src/ext/json/
H A Djson_arginfo.h33 ZEND_FUNCTION(json_decode);
40 ZEND_FE(json_decode, arginfo_json_decode)
H A Djson.stub.php157 function json_decode(string $json, ?bool $associative = null, int $depth = 512, int $flags = 0): mi… function
H A Djson.c260 PHP_FUNCTION(json_decode) in PHP_FUNCTION() argument
/php-src/ext/pdo_pgsql/tests/
H A Dbug66584.phpt34 …run($pdo, json_decode('{"0":234,"1":165,"2":221,"3":207,"4":188,"5":216,"6":1150,"7":916,"8":967,"…
/php-src/.github/
H A Dnightly_matrix.php18 …$branch_commit_map = json_decode(file_get_contents($branch_commit_cache_file), JSON_THROW_ON_ERROR…
/php-src/sapi/fpm/tests/
H A Dresponse.inc163 $data = json_decode($rawData, true);
/php-src/build/
H A Dgen_stub.php4096 $json = json_decode($json, true);

Completed in 44 milliseconds

12