Home
last modified time | relevance | path

Searched refs:parser (Results 51 – 75 of 79) sorted by relevance

1234

/PHP-7.4/ext/xmlrpc/
H A Dconfig.w328 …&& CHECK_HEADER_ADD_INCLUDE("libxml/parser.h", "CFLAGS_XMLRPC", PHP_PHP_BUILD + "\\include\\libxml…
/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/sapi/fpm/fpm/
H A Dfpm_conf.h108 char *(*parser)(zval *, void **, intptr_t); member
H A Dfpm_conf.c1381 struct ini_value_parser_s *parser; in fpm_conf_ini_parser_entry() local
1402 parser = ini_fpm_global_options; in fpm_conf_ini_parser_entry()
1405 parser = ini_fpm_pool_options; in fpm_conf_ini_parser_entry()
1409 for (; parser->name; parser++) { in fpm_conf_ini_parser_entry()
1410 if (!strcasecmp(parser->name, Z_STRVAL_P(name))) { in fpm_conf_ini_parser_entry()
1412 if (!parser->parser) { in fpm_conf_ini_parser_entry()
1413 …ERROR, "[%s:%d] the parser for entry '%s' is not defined", ini_filename, ini_lineno, parser->name); in fpm_conf_ini_parser_entry()
1418 ret = parser->parser(value, &config, parser->offset); in fpm_conf_ini_parser_entry()
1420 …, "[%s:%d] unable to parse value for entry '%s': %s", ini_filename, ini_lineno, parser->name, ret); in fpm_conf_ini_parser_entry()
/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/xml/tests/
H A Dxml004.phpt2 XML parser case folding test
H A Dxml_parse_into_struct_variation.phpt11 /* Prototype : proto int xml_parse_into_struct(resource parser, string data, array &struct, array …
/PHP-7.4/ext/xmlreader/tests/
H A Dbug64230.phpt45 Warning: XMLReader::read(): %s: parser error : Specification mandate%A value for attribute att in %…
/PHP-7.4/ext/ffi/tests/
H A Dbug79576.phpt6 if (PHP_DEBUG || getenv('SKIP_ASAN')) echo "xfail: FFI cleanup after parser error is nor implemente…
H A D002.phpt2 FFI 002: Check C declaration parser
/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/xmlreader/
H A Dphp_xmlreader.c282 xmlRelaxNGParserCtxtPtr parser = NULL; in _xmlreader_get_relaxNG() local
292 parser = xmlRelaxNGNewParserCtxt(valid_file); in _xmlreader_get_relaxNG()
295 parser = xmlRelaxNGNewMemParserCtxt(source, source_len); in _xmlreader_get_relaxNG()
303 if (parser == NULL) { in _xmlreader_get_relaxNG()
308 xmlRelaxNGSetParserErrors(parser, in _xmlreader_get_relaxNG()
311 parser); in _xmlreader_get_relaxNG()
313 sptr = xmlRelaxNGParse(parser); in _xmlreader_get_relaxNG()
314 xmlRelaxNGFreeParserCtxt(parser); in _xmlreader_get_relaxNG()
/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/xml/
H A Dexpat_compat.h76 xmlParserCtxtPtr parser; member
/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/standard/tests/file/
H A Dparse_ini_file.phpt66 ; hence parser throws an error
/PHP-7.4/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt64 ; hence parser throws an error
/PHP-7.4/
H A D.gitignore156 # PHP parser files generated by bison during the build process
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

Completed in 75 milliseconds

1234