Home
last modified time | relevance | path

Searched refs:xml_set_processing_instruction_handler (Results 1 – 11 of 11) sorted by relevance

/php-src/ext/xml/tests/
H A Dset_handler_errors.phpt9 /* Use xml_set_processing_instruction_handler() for generic implementation */
13 xml_set_processing_instruction_handler($obj, null);
23 xml_set_processing_instruction_handler($parser, true);
30 xml_set_processing_instruction_handler($parser, 10);
37 xml_set_processing_instruction_handler($parser, "nonexistent_method");
45 xml_set_processing_instruction_handler($parser, "nonexistent_method");
53 TypeError: xml_set_processing_instruction_handler(): Argument #1 ($parser) must be of type XMLParse…
55 TypeError: xml_set_processing_instruction_handler(): Argument #2 ($handler) must be of type callabl…
57 TypeError: xml_set_processing_instruction_handler(): Argument #2 ($handler) must be of type callabl…
60 Deprecated: xml_set_processing_instruction_handler(): Passing non-callable strings is deprecated si…
[all …]
H A Dset_handler_deprecation_empty_string.phpt8 /* Use xml_set_processing_instruction_handler() for generic implementation */
13 xml_set_processing_instruction_handler($parser, dummy(...));
16 xml_set_processing_instruction_handler($parser, '');
24 Deprecated: xml_set_processing_instruction_handler(): Passing non-callable strings is deprecated si…
H A Dxml_set_processing_instruction_handler_basic.phpt2 Test xml_set_processing_instruction_handler function : basic
19 xml_set_processing_instruction_handler($parser, $this->PIHandler(...));
32 echo "Simple test of xml_set_processing_instruction_handler() function\n";
38 Simple test of xml_set_processing_instruction_handler() function
H A Dset_handler_trampoline.phpt23 /* Use xml_set_processing_instruction_handler() for generic implementation */
25 xml_set_processing_instruction_handler($parser, $callback);
H A Dxml_set_object_multiple_times.phpt41 xml_set_processing_instruction_handler($parser, [$a, "PIHandler"]);
H A Dxml001.phpt17 xml_set_processing_instruction_handler($xml_parser, "PIHandler");
H A Dxml003.phpt58 xml_set_processing_instruction_handler($xml_parser, "PIHandler");
H A Dxml002.phpt58 xml_set_processing_instruction_handler($xml_parser, array($obj, "PIHandler"));
/php-src/ext/xml/
H A Dxml_arginfo.h90 ZEND_FUNCTION(xml_set_processing_instruction_handler);
114 ZEND_FE(xml_set_processing_instruction_handler, arginfo_xml_set_processing_instruction_handler)
H A Dxml.stub.php159 function xml_set_processing_instruction_handler(XMLParser $parser, callable|string|null $handler): … function
H A Dxml.c1318 XML_SET_HANDLER_PHP_FUNCTION(xml_set_processing_instruction_handler, processingInstructionHandler, …

Completed in 16 milliseconds