Home
last modified time | relevance | path

Searched refs:parser (Results 76 – 100 of 160) sorted by relevance

1234567

/php-src/ext/xml/tests/
H A Dbug78563.phpt8 $parser = xml_parser_create();
9 clone $parser;
H A Dbug78563_serialize.phpt8 $parser = xml_parser_create();
9 serialize($parser);
H A Dbug72714.phpt11 function startElement($parser, $name, $attribs) {
15 function endElement($parser, $name) {}
H A Dbug32001.phpt28 function start_element($parser, $name, $attrs) {
33 function end_element($parser, $name) {
101 $parser = xml_parser_create(NULL);
102 xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, 0);
103 xml_set_element_handler($parser, $this->start_element(...), $this->end_element(...));
106 $success = @xml_parse($parser, $data, true);
110 $success = @xml_parse($parser, substr($data, $offset, $this->chunk_size), false);
116 $success = @xml_parse($parser, "", true);
128 echo "[Error] ", xml_error_string(xml_get_error_code($parser)), "\n";
H A Dbug50576.phpt26 function startElement($parser, $name, $attribs) { echo $name . PHP_EOL; }
27 function endElement($parser, $name) { echo $name . PHP_EOL; }
H A Dbug65236.phpt2 Bug #65236 (heap corruption in xml parser)
H A Dbug76874.phpt20 public function handle_cdata(&$parser, $data)
/php-src/ext/xmlreader/tests/
H A Dbug81521.phpt20 Cannot access parser properties before loading data
21 Cannot access parser properties before loading data
H A DsetParserProperty_error.phpt21 XMLReader::setParserProperty(): Argument #1 ($property) must be a valid parser property
/php-src/ext/dom/lexbor/lexbor/css/
H A Dcss.c157 lxb_css_make_data(lxb_css_parser_t *parser, lexbor_str_t *str, in lxb_css_make_data() argument
164 tmp = &parser->str; in lxb_css_make_data()
166 offlen = begin - parser->offset; in lxb_css_make_data()
170 (void) lexbor_str_init(str, parser->memory->mraw, length); in lxb_css_make_data()
189 pos = parser->pos; in lxb_css_make_data()
193 pos = parser->pos + (offlen - tmp->length); in lxb_css_make_data()
H A Dcss.h37 lxb_css_make_data(lxb_css_parser_t *parser, lexbor_str_t *str,
H A Dat_rule.h76 lxb_css_at_rule__undef_make(lxb_css_parser_t *parser,
95 lxb_css_at_rule__custom_make(lxb_css_parser_t *parser,
/php-src/sapi/cli/
H A Dphp_http_parser.h224 void php_http_parser_init(php_http_parser *parser, enum php_http_parser_type type);
227 size_t php_http_parser_execute(php_http_parser *parser,
239 int php_http_should_keep_alive(php_http_parser *parser);
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_normal_no_error.phpt8 // The closing p tag breaks libxml2's HTML parser, but doesn't break the HTML5 parser due to the sc…
H A DHTMLDocument_fromFile_parser_warning_03.phpt2 Dom\HTMLDocument::createFromFile() - parser warning 03
H A DHTMLDocument_fromString_parser_warning_03.phpt2 Dom\HTMLDocument::createFromString() - parser warning 03
H A DHTMLDocument_fromFile_parser_warning_02.phpt2 Dom\HTMLDocument::createFromFile() - parser warning 02
H A DHTMLDocument_fromFile_parser_warning_01.phpt2 Dom\HTMLDocument::createFromFile() - parser warning 01
H A DHTMLDocument_fromFile_parser_warning_libxml_get_last_error.phpt2 Dom\HTMLDocument::createFromFile() - parser warning libxml_get_last_error()
/php-src/ext/dom/
H A Dhtml_document.c552 parser, in dom_decode_encode_fast_path()
575 parser, in dom_decode_encode_fast_path()
592 parser, in dom_decode_encode_fast_path()
633 parser, in dom_decode_encode_slow_path()
668 parser, in dom_parse_decode_encode_step()
679 parser, in dom_parse_decode_encode_step()
718 parser, in dom_parse_decode_encode_finish()
859 lxb_html_parser_t *parser = document->dom_document.parser; in PHP_METHOD() local
873 parser, in PHP_METHOD()
1050 lxb_html_parser_t *parser = document->dom_document.parser; in PHP_METHOD() local
[all …]
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Dstyle_element.c72 element->stylesheet = lxb_css_stylesheet_parse(css->parser, str->data, in lxb_html_style_element_parse()
76 return css->parser->status; in lxb_html_style_element_parse()
/php-src/ext/standard/tests/general_functions/
H A Dbug70947.phpt2 Bug #70947 (INI parser segfault with INI_SCANNER_TYPED)
/php-src/ext/phar/tests/
H A Dbug71354.phpt2 Phar: bug #71354: Heap corruption in tar/zip/phar parser.
/php-src/ext/opcache/tests/jit/
H A Dgh12509.phpt2 GH-12509: JIT assertion when running php-parser tests
/php-src/ext/xmlreader/
H A Dconfig.w327 …CHECK_HEADER_ADD_INCLUDE("libxml/parser.h", "CFLAGS_XMLREADER", PHP_PHP_BUILD + "\\include\\libxml…

Completed in 32 milliseconds

1234567