Searched refs:JSON_THROW_ON_ERROR (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/json/tests/ |
H A D | json_encode_exceptions.phpt | 2 Test json_encode() function : JSON_THROW_ON_ERROR flag 7 var_dump(json_encode("\x80", JSON_THROW_ON_ERROR)); 14 // JSON_THROW_ON_ERROR flag 15 var_dump(json_encode("\x80", JSON_THROW_ON_ERROR | JSON_PARTIAL_OUTPUT_ON_ERROR));
|
H A D | json_exceptions_error_clearing.phpt | 2 JSON_THROW_ON_ERROR: global error flag untouched 15 json_decode("", false, 512, JSON_THROW_ON_ERROR); 23 json_decode("{", false, 512, JSON_THROW_ON_ERROR); 32 json_encode(NAN, JSON_THROW_ON_ERROR);
|
H A D | json_decode_exceptions.phpt | 2 Test json_decode() function : JSON_THROW_ON_ERROR flag 7 var_dump(json_decode("{", false, 512, JSON_THROW_ON_ERROR));
|
/PHP-8.2/ext/json/ |
H A D | json.stub.php | 91 const JSON_THROW_ON_ERROR = UNKNOWN; define
|
/PHP-8.2/.github/ |
H A D | nightly_matrix.php | 19 …branch_commit_map = json_decode(file_get_contents($branch_commit_cache_file), JSON_THROW_ON_ERROR);
|
/PHP-8.2/Zend/tests/enum/ |
H A D | json_encode.phpt | 35 var_dump(json_encode($value, JSON_THROW_ON_ERROR));
|
Completed in 8 milliseconds