Home
last modified time | relevance | path

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

/PHP-7.2/ext/json/
H A Dphp_json.h46 PHP_JSON_ERROR_CTRL_CHAR, enumerator
H A Djson.c124 PHP_JSON_REGISTER_CONSTANT("JSON_ERROR_CTRL_CHAR", PHP_JSON_ERROR_CTRL_CHAR); in PHP_MINIT_FUNCTION()
337 case PHP_JSON_ERROR_CTRL_CHAR: in PHP_FUNCTION()
H A Djson_scanner.re205 s->errcode = PHP_JSON_ERROR_CTRL_CHAR;
217 s->errcode = PHP_JSON_ERROR_CTRL_CHAR;
230 s->errcode = PHP_JSON_ERROR_CTRL_CHAR;
H A Djson_scanner.c257 s->errcode = PHP_JSON_ERROR_CTRL_CHAR; in php_json_scan()
264 s->errcode = PHP_JSON_ERROR_CTRL_CHAR; in php_json_scan()
577 s->errcode = PHP_JSON_ERROR_CTRL_CHAR; in php_json_scan()

Completed in 12 milliseconds