Searched refs:PHP_JSON_ERROR_DEPTH (Results 1 – 3 of 3) sorted by relevance
24 PHP_JSON_ERROR_DEPTH, enumerator
117 REGISTER_LONG_CONSTANT("JSON_ERROR_DEPTH", PHP_JSON_ERROR_DEPTH, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()354 JSON_G(error_code) = PHP_JSON_ERROR_DEPTH; in json_encode_array()883 case PHP_JSON_ERROR_DEPTH: in PHP_FUNCTION()
206 jp->error_code = PHP_JSON_ERROR_DEPTH; in push()
Completed in 8 milliseconds