Home
last modified time | relevance | path

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

/PHP-8.0/ext/json/
H A Dphp_json.h49 PHP_JSON_ERROR_RECURSION, enumerator
H A Djson.c85 PHP_JSON_REGISTER_CONSTANT("JSON_ERROR_RECURSION", PHP_JSON_ERROR_RECURSION);
184 case PHP_JSON_ERROR_RECURSION: in php_json_get_error_msg()
H A Djson_encoder.c143 encoder->error_code = PHP_JSON_ERROR_RECURSION; in php_json_encode_array()
477 encoder->error_code = PHP_JSON_ERROR_RECURSION; in php_json_encode_serializable_object()

Completed in 37 milliseconds