Home
last modified time | relevance | path

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

/php-src/ext/json/
H A Djson.c152 case PHP_JSON_ERROR_NONE: in php_json_get_error_msg()
243 if (encoder.error_code != PHP_JSON_ERROR_NONE && !(options & PHP_JSON_PARTIAL_OUTPUT_ON_ERROR)) { in PHP_FUNCTION()
248 if (encoder.error_code != PHP_JSON_ERROR_NONE) { in PHP_FUNCTION()
278 JSON_G(error_code) = PHP_JSON_ERROR_NONE; in PHP_FUNCTION()
339 JSON_G(error_code) = PHP_JSON_ERROR_NONE; in PHP_FUNCTION()
H A Dphp_json.h43 PHP_JSON_ERROR_NONE = 0, enumerator
H A Djson_arginfo.h75 REGISTER_LONG_CONSTANT("JSON_ERROR_NONE", PHP_JSON_ERROR_NONE, CONST_PERSISTENT); in register_json_symbols()

Completed in 6 milliseconds