Home
last modified time | relevance | path

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

/PHP-5.5/ext/json/
H A DJSON_parser.h24 PHP_JSON_ERROR_DEPTH, enumerator
H A Djson.c108 REGISTER_LONG_CONSTANT("JSON_ERROR_DEPTH", PHP_JSON_ERROR_DEPTH, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
345 JSON_G(error_code) = PHP_JSON_ERROR_DEPTH; in json_encode_array()
854 case PHP_JSON_ERROR_DEPTH: in PHP_FUNCTION()
H A DJSON_parser.c206 jp->error_code = PHP_JSON_ERROR_DEPTH; in push()

Completed in 29 milliseconds