Searched refs:JSON_BIGINT_AS_STRING (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/json/tests/ |
H A D | json_validate_002.phpt | 14 json_validate_trycatchdump("-", 512, JSON_BIGINT_AS_STRING); 15 json_validate_trycatchdump("-", 512, JSON_BIGINT_AS_STRING | JSON_INVALID_UTF8_IGNORE);
|
H A D | 008.phpt | 8 $x = json_decode($json, false, 512, JSON_BIGINT_AS_STRING);
|
H A D | bug63737.phpt | 8 $x = json_decode($json, false, 512, JSON_BIGINT_AS_STRING);
|
/php-src/ext/json/ |
H A D | json.stub.php | 75 const JSON_BIGINT_AS_STRING = UNKNOWN; define
|
Completed in 16 milliseconds