Home
last modified time | relevance | path

Searched refs:PHP_JSON_ERROR_CTRL_CHAR (Results 1 – 4 of 4) sorted by relevance

/PHP-7.0/ext/json/
H A Dphp_json.h48 PHP_JSON_ERROR_CTRL_CHAR, enumerator
H A Djson.c129 PHP_JSON_REGISTER_CONSTANT("JSON_ERROR_CTRL_CHAR", PHP_JSON_ERROR_CTRL_CHAR); in PHP_MINIT_FUNCTION()
311 case PHP_JSON_ERROR_CTRL_CHAR: in PHP_FUNCTION()
H A Djson_scanner.re193 s->errcode = PHP_JSON_ERROR_CTRL_CHAR;
204 s->errcode = PHP_JSON_ERROR_CTRL_CHAR;
217 s->errcode = PHP_JSON_ERROR_CTRL_CHAR;
H A Djson_scanner.c241 s->errcode = PHP_JSON_ERROR_CTRL_CHAR; in php_json_scan()
248 s->errcode = PHP_JSON_ERROR_CTRL_CHAR; in php_json_scan()
560 s->errcode = PHP_JSON_ERROR_CTRL_CHAR; in php_json_scan()

Completed in 10 milliseconds