Home
last modified time | relevance | path

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

12345

/PHP-5.5/ext/xml/tests/
H A Dxml_set_element_handler_variation1.phpt2 Test xml_set_element_handler() function : usage variations - test different types for parser
11 /* Prototype : proto int xml_set_element_handler(resource parser, string shdl, string ehdl)
26 function validHandler(resource $parser ,string $data) {
92 // loop through each element of the array for parser
H A Dxml_parser_create_error.phpt12 * Description: Create an XML parser
H A Dxml_parser_create_ns_error.phpt12 * Description: Create an XML parser
H A Dxml004.phpt2 XML parser case folding test
H A Dxml_get_current_byte_index_variation1.phpt11 /* Prototype : proto int xml_get_current_byte_index(resource parser)
12 * Description: Get current byte index for an XML parser
87 // loop through each element of the array for parser
H A Dxml_get_current_column_number_variation1.phpt11 /* Prototype : proto int xml_get_current_column_number(resource parser)
12 * Description: Get current column number for an XML parser
88 // loop through each element of the array for parser
H A Dxml_parser_set_option_variation1.phpt11 /* Prototype : proto int xml_parser_set_option(resource parser, int option, mixed value)
12 * Description: Set options in an XML parser
88 // loop through each element of the array for parser
H A Dxml_get_current_line_number_variation1.phpt11 /* Prototype : proto int xml_get_current_line_number(resource parser)
12 * Description: Get current line number for an XML parser
87 // loop through each element of the array for parser
H A Dxml_get_error_code_variation1.phpt11 /* Prototype : proto int xml_get_error_code(resource parser)
12 * Description: Get XML parser error code
87 // loop through each element of the array for parser
H A Dxml_parser_free_variation1.phpt11 /* Prototype : proto int xml_parser_free(resource parser)
12 * Description: Free an XML parser
87 // loop through each element of the array for parser
H A Dxml_parser_get_option_variation1.phpt11 /* Prototype : proto int xml_parser_get_option(resource parser, int option)
12 * Description: Get options from an XML parser
88 // loop through each element of the array for parser
H A Dxml_error_string_error.phpt12 * Description: Get XML parser error string
H A Dxml_parse_into_struct_variation.phpt11 /* Prototype : proto int xml_parse_into_struct(resource parser, string data, array &struct, array …
H A Dxml_set_character_data_handler_error.phpt11 /* Prototype : proto int xml_set_character_data_handler(resource parser, string hdl)
H A Dxml_set_default_handler_error.phpt11 /* Prototype : proto int xml_set_default_handler(resource parser, string hdl)
H A Dxml_set_external_entity_ref_handler_error.phpt11 /* Prototype : proto int xml_set_external_entity_ref_handler(resource parser, string hdl)
H A Dxml_set_processing_instruction_handler_error.phpt11 /* Prototype : proto int xml_set_processing_instruction_handler(resource parser, string hdl)
H A Dxml_set_start_namespace_decl_handler_error.phpt11 /* Prototype : proto int xml_set_start_namespace_decl_handler(resource parser, string hdl)
H A Dxml_parse_error.phpt11 /* Prototype : proto int xml_parse(resource parser, string data [, int isFinal])
/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 …
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.c1334 struct ini_value_parser_s *parser; in fpm_conf_ini_parser_entry() local
1355 parser = ini_fpm_global_options; in fpm_conf_ini_parser_entry()
1358 parser = ini_fpm_pool_options; in fpm_conf_ini_parser_entry()
1362 for (; parser->name; parser++) { in fpm_conf_ini_parser_entry()
1363 if (!strcasecmp(parser->name, Z_STRVAL_P(name))) { in fpm_conf_ini_parser_entry()
1365 if (!parser->parser) { in fpm_conf_ini_parser_entry()
1366 …ERROR, "[%s:%d] the parser for entry '%s' is not defined", ini_filename, ini_lineno, parser->name); in fpm_conf_ini_parser_entry()
1371 ret = parser->parser(value, &config, parser->offset); in fpm_conf_ini_parser_entry()
1373 …, "[%s:%d] unable to parse value for entry '%s': %s", ini_filename, ini_lineno, parser->name, ret); in fpm_conf_ini_parser_entry()
/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/xmlreader/tests/
H A Dbug64230.phpt45 Warning: XMLReader::read(): %s: parser error : Specification mandate value for attribute att in %s …
/PHP-5.5/ext/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()

Completed in 59 milliseconds

12345