Home
last modified time | relevance | path

Searched refs:parser (Results 1 – 25 of 79) sorted by path

1234

/PHP-7.4/
H A D.gitignore156 # PHP parser files generated by bison during the build process
H A DCODING_STANDARDS.md27 * Low-level parser routines, that are tightly integrated with the token
H A DUPGRADING.INTERNALS278 - Minimum Bison version is 3.0+ for generating parser files.
/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.re162 /* date parser's scan function too large for VC6 - VC7.x
/PHP-7.4/ext/dom/
H A Dconfig.w328 CHECK_HEADER_ADD_INCLUDE("libxml/parser.h", "CFLAGS_DOM", PHP_PHP_BUILD + "\\include\\libxml2")
H A Ddocument.c1828 xmlSchemaParserCtxtPtr parser; in _dom_document_schema_validate() local
1857 parser = xmlSchemaNewParserCtxt(valid_file); in _dom_document_schema_validate()
1868 xmlSchemaSetParserErrors(parser, in _dom_document_schema_validate()
1871 parser); in _dom_document_schema_validate()
1872 sptr = xmlSchemaParse(parser); in _dom_document_schema_validate()
1873 xmlSchemaFreeParserCtxt(parser); in _dom_document_schema_validate()
1927 xmlRelaxNGParserCtxtPtr parser; in _dom_document_relaxNG_validate() local
1967 xmlRelaxNGSetParserErrors(parser, in _dom_document_relaxNG_validate()
1970 parser); in _dom_document_relaxNG_validate()
1971 sptr = xmlRelaxNGParse(parser); in _dom_document_relaxNG_validate()
[all …]
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_schemaValidateSource_error1.phpt20 Warning: DOMDocument::schemaValidateSource(): Entity: line 1: parser error : Start tag expected, '<…
H A DDOMDocument_schemaValidate_error1.phpt20 Warning: DOMDocument::schemaValidate(): %sbook-not-a-schema.xsd:1: parser error : Start tag expecte…
/PHP-7.4/ext/ffi/tests/
H A D002.phpt2 FFI 002: Check C declaration parser
H A Dbug79576.phpt6 if (PHP_DEBUG || getenv('SKIP_ASAN')) echo "xfail: FFI cleanup after parser error is nor implemente…
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic15716 # IHDR parser
19878 0 name diy-thermocam-parser
19903 >>>38400 use diy-thermocam-parser
19909 >>>9600 use diy-thermocam-parser
H A Dmagic私はガラスを食べられます15716 # IHDR parser
19878 0 name diy-thermocam-parser
19903 >>>38400 use diy-thermocam-parser
19909 >>>9600 use diy-thermocam-parser
/PHP-7.4/ext/json/
H A Djson.c247 php_json_parser parser; in php_json_decode_ex() local
249 php_json_parser_init(&parser, return_value, str, str_len, (int)options, (int)depth); in php_json_decode_ex()
251 if (php_json_yyparse(&parser)) { in php_json_decode_ex()
252 php_json_error_code error_code = php_json_parser_error_code(&parser); in php_json_decode_ex()
H A Djson_parser.y37 if (parser->max_depth && parser->depth >= parser->max_depth) { \
99 if (parser->methods.object_start && FAILURE == parser->methods.object_start(parser)) {
107 if (parser->methods.object_end && FAILURE == parser->methods.object_end(parser, &$$)) {
128 parser->methods.object_create(parser, &$$);
137 parser->methods.object_create(parser, &$$);
163 if (parser->methods.array_start && FAILURE == parser->methods.array_start(parser)) {
171 if (parser->methods.array_end && FAILURE == parser->methods.array_end(parser, &$$)) {
192 parser->methods.array_create(parser, &$$);
201 parser->methods.array_create(parser, &$$);
202 parser->methods.array_append(parser, &$$, &$1);
[all …]
H A Dphp_json_parser.h28 php_json_parser *parser, zval *array);
30 php_json_parser *parser, zval *array, zval *zvalue);
32 php_json_parser *parser);
34 php_json_parser *parser, zval *object);
36 php_json_parser *parser, zval *object);
40 php_json_parser *parser);
42 php_json_parser *parser, zval *object);
64 php_json_parser *parser,
73 php_json_parser *parser,
82 PHP_JSON_API int php_json_parse(php_json_parser *parser);
[all …]
/PHP-7.4/ext/libxml/
H A Dconfig.w328 …CHECK_HEADER_ADD_INCLUDE("libxml/parser.h", "CFLAGS_LIBXML", PHP_PHP_BUILD + "\\include\\libxml2")…
H A Dlibxml.c567 xmlParserCtxtPtr parser; in php_libxml_ctx_error_level() local
569 parser = (xmlParserCtxtPtr) ctx; in php_libxml_ctx_error_level()
571 if (parser != NULL && parser->input != NULL) { in php_libxml_ctx_error_level()
572 if (parser->input->filename) { in php_libxml_ctx_error_level()
573 …php_error_docref(NULL, level, "%s in %s, line: %d", msg, parser->input->filename, parser->input->l… in php_libxml_ctx_error_level()
575 php_error_docref(NULL, level, "%s in Entity, line: %d", msg, parser->input->line); in php_libxml_ctx_error_level()
/PHP-7.4/ext/pcre/tests/
H A Dpreg_match_error4.phpt506 "name": "nikic\\/php-parser",
874 "nikic\\/php-parser": "v2.0.1",
/PHP-7.4/ext/pdo/tests/
H A Dbug_40285.phpt2 PDO Common: Bug #40285 (The prepare parser goes into an infinite loop on ': or ":)
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_50323.phpt21 // no real parser - any exotic setting can fool us
H A Dmysql_pdo_test.inc58 // no real parser - any exotic setting can fool us
H A Dpdo_mysql_prepare_emulated.phpt328 PDO's PS parser has some problems with invalid SQL and crashes from time to time
/PHP-7.4/ext/phar/tests/
H A D031.phpt2 Phar: include and parser error
H A Dbug71354.phpt2 Phar: bug #71354: Heap corruption in tar/zip/phar parser.
/PHP-7.4/ext/soap/
H A Dconfig.w328 …CHECK_HEADER_ADD_INCLUDE("libxml/parser.h", "CFLAGS_SOAP", PHP_PHP_BUILD + "\\include\\libxml2") &&

Completed in 163 milliseconds

1234