Searched refs:PHP_JSON_ERROR_NONE (Results 1 – 2 of 2) sorted by relevance
126 PHP_JSON_REGISTER_CONSTANT("JSON_ERROR_NONE", PHP_JSON_ERROR_NONE); in PHP_MINIT_FUNCTION()226 JSON_G(error_code) = PHP_JSON_ERROR_NONE; in PHP_FUNCTION()232 if (JSON_G(error_code) != PHP_JSON_ERROR_NONE && !(options & PHP_JSON_PARTIAL_OUTPUT_ON_ERROR)) { in PHP_FUNCTION()256 JSON_G(error_code) = PHP_JSON_ERROR_NONE; in PHP_FUNCTION()305 case PHP_JSON_ERROR_NONE: in PHP_FUNCTION()
45 PHP_JSON_ERROR_NONE = 0, enumerator
Completed in 6 milliseconds