Home
last modified time | relevance | path

Searched refs:parser (Results 101 – 125 of 128) sorted by relevance

123456

/PHP-7.1/ext/xml/tests/
H A Dxml_set_end_namespace_decl_handler_variation1.phpt11 /* Prototype : proto int xml_set_end_namespace_decl_handler(resource parser, string hdl)
26 function validHandler(resource $parser ,string $data) {
92 // loop through each element of the array for parser
H A Dxml_set_external_entity_ref_handler_variation1.phpt11 /* Prototype : proto int xml_set_external_entity_ref_handler(resource parser, string hdl)
26 function validHandler(resource $parser ,string $data) {
92 // loop through each element of the array for parser
H A Dxml_set_notation_decl_handler_variation1.phpt11 /* Prototype : proto int xml_set_notation_decl_handler(resource parser, string hdl)
26 function validHandler(resource $parser ,string $data) {
92 // loop through each element of the array for parser
H A Dxml_set_processing_instruction_handler_variation1.phpt11 /* Prototype : proto int xml_set_processing_instruction_handler(resource parser, string hdl)
26 function validHandler(resource $parser ,string $data) {
92 // loop through each element of the array for parser
H A Dxml_set_start_namespace_decl_handler_variation1.phpt11 /* Prototype : proto int xml_set_start_namespace_decl_handler(resource parser, string hdl)
26 function validHandler(resource $parser ,string $data) {
92 // loop through each element of the array for parser
H A Dxml_parse_into_struct_error.phpt11 /* Prototype : proto int xml_parse_into_struct(resource parser, string data, array &struct, array …
H A Dxml_set_object_variation1.phpt11 /* Prototype : proto int xml_set_object(resource parser, object &obj)
88 // loop through each element of the array for parser
H A Dxml_error_string_variation1.phpt12 * Description: Get XML parser error string
H A Dxml_parser_create_ns_variation1.phpt12 * Description: Create an XML parser
H A Dxml_parser_create_variation1.phpt12 * Description: Create an XML parser
/PHP-7.1/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-7.1/ext/xml/
H A Dphp_xml.h51 XML_Parser parser; local
H A Dexpat_compat.h78 xmlParserCtxtPtr parser; member
/PHP-7.1/
H A D.gitignore62 configuration-parser.c
63 configuration-parser.h
64 configuration-parser.output
H A DCODING_STANDARDS30 - Low-level parser routines, that are tightly integrated with the token
/PHP-7.1/ext/wddx/
H A Dwddx.c1097 XML_Parser parser; in php_wddx_deserialize_ex() local
1102 parser = XML_ParserCreate((XML_Char *) "UTF-8"); in php_wddx_deserialize_ex()
1104 XML_SetUserData(parser, &stack); in php_wddx_deserialize_ex()
1105 XML_SetElementHandler(parser, php_wddx_push_element, php_wddx_pop_element); in php_wddx_deserialize_ex()
1106 XML_SetCharacterDataHandler(parser, php_wddx_process_data); in php_wddx_deserialize_ex()
1109 XML_Parse(parser, (const XML_Char *) value, (int)vallen, 1); in php_wddx_deserialize_ex()
1111 XML_ParserFree(parser); in php_wddx_deserialize_ex()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_parser.y33 %pure-parser
/PHP-7.1/Zend/
H A Dzend_ini_parser.y281 %pure-parser
/PHP-7.1/ext/pcre/tests/
H A Dpreg_match_error4.phpt506 "name": "nikic\\/php-parser",
874 "nikic\\/php-parser": "v2.0.1",
/PHP-7.1/ext/standard/tests/file/
H A Dparse_ini_file.phpt66 ; hence parser throws an error
/PHP-7.1/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt64 ; hence parser throws an error
/PHP-7.1/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-7.1/ext/date/lib/
H A Dparse_iso_intervals.re242 /* date parser's scan function too large for VC6 - VC7.x

Completed in 36 milliseconds

123456