Home
last modified time | relevance | path

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

/PHP-7.2/ext/json/
H A Djson.c125 PHP_JSON_REGISTER_CONSTANT("JSON_ERROR_SYNTAX", PHP_JSON_ERROR_SYNTAX); in PHP_MINIT_FUNCTION()
283 JSON_G(error_code) = PHP_JSON_ERROR_SYNTAX; in PHP_FUNCTION()
339 case PHP_JSON_ERROR_SYNTAX: 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.c287 s->errcode = PHP_JSON_ERROR_SYNTAX; in php_json_scan()
635 s->errcode = PHP_JSON_ERROR_SYNTAX; in php_json_scan()
1049 s->errcode = PHP_JSON_ERROR_SYNTAX; in php_json_scan()
1411 s->errcode = PHP_JSON_ERROR_SYNTAX; in php_json_scan()
H A Djson_parser.y305 parser->scanner.errcode = PHP_JSON_ERROR_SYNTAX; in php_json_yyerror()
H A Djson_parser.tab.c1913 parser->scanner.errcode = PHP_JSON_ERROR_SYNTAX; in php_json_yyerror()

Completed in 15 milliseconds