Home
last modified time | relevance | path

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

12345

/PHP-5.5/
H A D.gitignore62 configuration-parser.c
63 configuration-parser.h
64 configuration-parser.output
H A DCODING_STANDARDS29 - Low-level parser routines, that are tightly integrated with the token
H A DNEWS177 . Fixed bug #71354 (Heap corruption in tar/zip/phar parser). (CVE-2016-4342)
947 . Made fontFetch's path parser thread-safe. (Sara).
2924 . Fixed bug #61650 (ini parser crashes when using ${xxxx} ini variables
5385 - Fixed bug #49677 (ini parser crashes with apache2 and using ${something}
5966 without invoking the date parser. (Scott, Derick)
6567 - Fixed bug #46699 (xml_parse crash when parser is namespace aware). (Rob)
6633 - Fixed some ambiguities in the date parser. (Derick)
7565 - Fixed possible multi bytes issues in openssl csr parser (Pierre)
7840 - Fixed bug #40285 (The PDO prepare parser goes into an infinite loop in
9642 parser gives a segfault). (Rob)
[all …]
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES137 meaning in class methods and is recognized by the PHP parser. The latter
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.re236 /* date parser's scan function too large for VC6 - VC7.x
/PHP-5.5/ext/dom/
H A Ddocument.c1988 xmlSchemaParserCtxtPtr parser; in _dom_document_schema_validate() local
2016 parser = xmlSchemaNewParserCtxt(valid_file); in _dom_document_schema_validate()
2027 xmlSchemaSetParserErrors(parser, in _dom_document_schema_validate()
2030 parser); in _dom_document_schema_validate()
2031 sptr = xmlSchemaParse(parser); in _dom_document_schema_validate()
2032 xmlSchemaFreeParserCtxt(parser); in _dom_document_schema_validate()
2088 xmlRelaxNGParserCtxtPtr parser; in _dom_document_relaxNG_validate() local
2127 xmlRelaxNGSetParserErrors(parser, in _dom_document_relaxNG_validate()
2130 parser); in _dom_document_relaxNG_validate()
2131 sptr = xmlRelaxNGParse(parser); in _dom_document_relaxNG_validate()
[all …]
/PHP-5.5/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-5.5/ext/json/
H A DREADME8 is handled by a parser based on JSON_checker[1] by Douglas Crockford.
/PHP-5.5/ext/libxml/
H A Dconfig.w329 CHECK_HEADER_ADD_INCLUDE("libxml/parser.h", "CFLAGS_LIBXML") &&
H A Dlibxml.c507 xmlParserCtxtPtr parser; in php_libxml_ctx_error_level() local
509 parser = (xmlParserCtxtPtr) ctx; in php_libxml_ctx_error_level()
511 if (parser != NULL && parser->input != NULL) { in php_libxml_ctx_error_level()
512 if (parser->input->filename) { in php_libxml_ctx_error_level()
513 …ror_docref(NULL TSRMLS_CC, level, "%s in %s, line: %d", msg, parser->input->filename, parser->inpu… in php_libxml_ctx_error_level()
515 php_error_docref(NULL TSRMLS_CC, level, "%s in Entity, line: %d", msg, parser->input->line); in php_libxml_ctx_error_level()
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja370 PHP parser is designed based on using ISO-8859-1. For other
392 - parser pukes funky error
408 entering the script parser.
/PHP-5.5/ext/pdo/tests/
H A Dbug_40285.phpt2 PDO Common: Bug #40285 (The prepare parser goes into an infinite loop on ': or ":)
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_50323.phpt21 // no real parser - any excotic setting can fool us
H A Dmysql_pdo_test.inc58 // no real parser - any excotic 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-5.5/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-5.5/ext/simplexml/tests/
H A DSimpleXMLElement_xpath_1.phpt16 Warning: simplexml_load_string(): Entity: line 1: parser error : Start tag expected, '<' not found …
H A DSimpleXMLElement_xpath_2.phpt16 Warning: simplexml_load_string(): Entity: line 1: parser error : Start tag expected, '<' not found …
/PHP-5.5/ext/soap/tests/schema/
H A Dskipif.inc3 /* xml parser is required by test_schema.inc */
/PHP-5.5/ext/standard/tests/file/
H A Dparse_ini_file.phpt66 ; hence parser throws an error
/PHP-5.5/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt64 ; hence parser throws an error
/PHP-5.5/ext/wddx/
H A Dwddx.c1146 XML_Parser parser; in php_wddx_deserialize_ex() local
1151 parser = XML_ParserCreate("UTF-8"); in php_wddx_deserialize_ex()
1153 XML_SetUserData(parser, &stack); in php_wddx_deserialize_ex()
1154 XML_SetElementHandler(parser, php_wddx_push_element, php_wddx_pop_element); in php_wddx_deserialize_ex()
1155 XML_SetCharacterDataHandler(parser, php_wddx_process_data); in php_wddx_deserialize_ex()
1157 XML_Parse(parser, value, vallen, 1); in php_wddx_deserialize_ex()
1159 XML_ParserFree(parser); in php_wddx_deserialize_ex()
/PHP-5.5/ext/xml/
H A Dcompat.c380 if (parser->parser->inSubset == 0) { in _get_entity()
475 if (parser->parser == NULL) { in XML_ParserCreate_MM()
490 parser->parser->wellFormed = 0; in XML_ParserCreate_MM()
493 parser->parser->sax2 = 1; in XML_ParserCreate_MM()
618 return parser->parser->errNo; in XML_GetErrorCode()
745 return parser->parser->input->col; in XML_GetCurrentColumnNumber()
752 (parser->parser->input->cur - parser->parser->input->base); in XML_GetCurrentByteIndex()
761 (parser->parser->input->cur - parser->parser->input->base); in XML_GetCurrentByteCount()
777 if (parser->parser->myDoc) { in XML_ParserFree()
779 parser->parser->myDoc = NULL; in XML_ParserFree()
[all …]

Completed in 94 milliseconds

12345