Home
last modified time | relevance | path

Searched refs:PHP_JSON_ERROR_SYNTAX (Results 1 – 6 of 6) sorted by relevance

/PHP-7.3/ext/json/
H A Djson.c130 PHP_JSON_REGISTER_CONSTANT("JSON_ERROR_SYNTAX", PHP_JSON_ERROR_SYNTAX); in PHP_MINIT_FUNCTION()
226 case PHP_JSON_ERROR_SYNTAX: in php_json_get_error_msg()
335 JSON_G(error_code) = PHP_JSON_ERROR_SYNTAX; in PHP_FUNCTION()
337 …ception(php_json_exception_ce, php_json_get_error_msg(PHP_JSON_ERROR_SYNTAX), PHP_JSON_ERROR_SYNTA… in PHP_FUNCTION()
H A Dphp_json.h47 PHP_JSON_ERROR_SYNTAX, enumerator
H A Djson_scanner.re221 s->errcode = PHP_JSON_ERROR_SYNTAX;
258 s->errcode = PHP_JSON_ERROR_SYNTAX;
362 s->errcode = PHP_JSON_ERROR_SYNTAX;
390 s->errcode = PHP_JSON_ERROR_SYNTAX;
H A Djson_scanner.c286 s->errcode = PHP_JSON_ERROR_SYNTAX; in php_json_scan()
631 s->errcode = PHP_JSON_ERROR_SYNTAX; in php_json_scan()
1045 s->errcode = PHP_JSON_ERROR_SYNTAX; in php_json_scan()
1407 s->errcode = PHP_JSON_ERROR_SYNTAX; in php_json_scan()
H A Djson_parser.y304 parser->scanner.errcode = PHP_JSON_ERROR_SYNTAX; in php_json_yyerror()
H A Djson_parser.tab.c1912 parser->scanner.errcode = PHP_JSON_ERROR_SYNTAX; in php_json_yyerror()

Completed in 40 milliseconds