Searched refs:JSON_NUMERIC_CHECK (Results 1 – 4 of 4) sorted by relevance
8 json_encode("1", JSON_NUMERIC_CHECK),9 json_encode("9.4324", JSON_NUMERIC_CHECK),10 json_encode(array("122321", "3232595.33423"), JSON_NUMERIC_CHECK),
2 Bug #55543 (json_encode() with JSON_NUMERIC_CHECK & numeric string properties)8 var_dump(json_encode($a, JSON_NUMERIC_CHECK));
2 Bug #64695 JSON_NUMERIC_CHECK has issues with strings that are numbers plus the letter e6 var_dump(json_encode($t, JSON_NUMERIC_CHECK));
34 const JSON_NUMERIC_CHECK = UNKNOWN; define
Completed in 5 milliseconds