Home
last modified time | relevance | path

Searched refs:scanner (Results 1 – 13 of 13) sorted by relevance

/PHP-8.0/ext/json/
H A Djson_parser.y37 parser->scanner.errcode = PHP_JSON_ERROR_DEPTH; \
109 parser->scanner.errcode = PHP_JSON_ERROR_STATE_MISMATCH;
165 parser->scanner.errcode = PHP_JSON_ERROR_STATE_MISMATCH;
228 if (parser->scanner.options & PHP_JSON_OBJECT_AS_ARRAY) { in php_json_parser_object_create()
243 parser->scanner.errcode = PHP_JSON_ERROR_INVALID_PROPERTY_NAME; in php_json_parser_object_update()
259 int token = php_json_scan(&parser->scanner); in php_json_yylex()
260 value->value = parser->scanner.value; in php_json_yylex()
266 if (!parser->scanner.errcode) { in php_json_yyerror()
267 parser->scanner.errcode = PHP_JSON_ERROR_SYNTAX; in php_json_yyerror()
273 return parser->scanner.errcode; in php_json_parser_error_code()
[all …]
H A Dphp_json_scanner.h43 void php_json_scanner_init(php_json_scanner *scanner, const char *str, size_t str_len, int options);
H A Dphp_json_parser.h54 php_json_scanner scanner; member
/PHP-8.0/Zend/tests/
H A Dbug61087.phpt2 Bug #61087 (Memory leak in parse_ini_file when specifying invalid scanner mode)
10 Warning: Invalid scanner mode in %s on line %d
H A Dbug74947.phpt2 Bug #74947 (Segfault in scanner on INF number)
/PHP-8.0/tests/lang/
H A D026.phpt2 Testing string scanner confirmance
/PHP-8.0/ext/standard/tests/general_functions/
H A Dparse_ini_string_003.phpt2 parse_ini_string() typed scanner mode
/PHP-8.0/ext/reflection/tests/
H A Dbug64936.phpt2 ReflectionMethod::getDocComment() uses left over doc comment from previous scanner run
/PHP-8.0/ext/ffi/
H A Dffi.g837 /* scanner rules */
/PHP-8.0/ext/standard/tests/misc/
H A Duser_agents.txt1111 www.probethenet.com scanner
H A Dget_browser_variation3.phpt2235 Agent www.probethenet.com scanner
/PHP-8.0/
H A Dphp.ini-development364 ; the scanner. CP936, Big5, CP949 and Shift_JIS are the examples of such
H A Dphp.ini-production364 ; the scanner. CP936, Big5, CP949 and Shift_JIS are the examples of such

Completed in 33 milliseconds