Home
last modified time | relevance | path

Searched refs:PHP_JSON_ERROR_NONE (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/ext/json/
H A Djson.c126 PHP_JSON_REGISTER_CONSTANT("JSON_ERROR_NONE", PHP_JSON_ERROR_NONE); in PHP_MINIT_FUNCTION()
218 case PHP_JSON_ERROR_NONE: in php_json_get_error_msg()
290 if (encoder.error_code != PHP_JSON_ERROR_NONE && !(options & PHP_JSON_PARTIAL_OUTPUT_ON_ERROR)) { in PHP_FUNCTION()
295 if (encoder.error_code != PHP_JSON_ERROR_NONE) { in PHP_FUNCTION()
330 JSON_G(error_code) = PHP_JSON_ERROR_NONE; in PHP_FUNCTION()
H A Dphp_json.h43 PHP_JSON_ERROR_NONE = 0, enumerator

Completed in 8 milliseconds