Home
last modified time | relevance | path

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

/PHP-5.4/ext/json/
H A DJSON_parser.h23 PHP_JSON_ERROR_NONE = 0, enumerator
H A Djson.c100 REGISTER_LONG_CONSTANT("JSON_ERROR_NONE", PHP_JSON_ERROR_NONE, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
708 jp->error_code = PHP_JSON_ERROR_NONE; in php_json_decode_ex()
751 jp->error_code = PHP_JSON_ERROR_NONE; in php_json_decode_ex()
776 JSON_G(error_code) = PHP_JSON_ERROR_NONE; in PHP_FUNCTION()
H A DJSON_parser.c248 jp->error_code = PHP_JSON_ERROR_NONE; in new_JSON_parser()

Completed in 21 milliseconds