Home
last modified time | relevance | path

Searched refs:JSON_NUMERIC_CHECK (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/json/tests/
H A Djson_encode_numeric.phpt8 json_encode("1", JSON_NUMERIC_CHECK),
9 json_encode("9.4324", JSON_NUMERIC_CHECK),
10 json_encode(array("122321", "3232595.33423"), JSON_NUMERIC_CHECK),
H A Dbug55543.phpt2 Bug #55543 (json_encode() with JSON_NUMERIC_CHECK & numeric string properties)
8 var_dump(json_encode($a, JSON_NUMERIC_CHECK));
H A Dbug64695.phpt2 Bug #64695 JSON_NUMERIC_CHECK has issues with strings that are numbers plus the letter e
6 var_dump(json_encode($t, JSON_NUMERIC_CHECK));
/php-src/ext/json/
H A Djson.stub.php34 const JSON_NUMERIC_CHECK = UNKNOWN; define

Completed in 8 milliseconds