Searched refs:DOMProcessingInstruction (Results 1 – 8 of 8) sorted by relevance
2 GH-16152 (Memory leak in DOMProcessingInstruction/DOMDocument)10 $instr = new DOMProcessingInstruction("tr", "r");
2 Tests for DOMProcessingInstruction class17 $pi = new DOMProcessingInstruction("\0");22 $pi = new DOMProcessingInstruction("test");50 $class = new ReflectionClass('DOMProcessingInstruction');
75 echo "-- Test DOMProcessingInstruction --\n";76 node_alike_test(new DOMProcessingInstruction("name", "value"));127 -- Test DOMProcessingInstruction --
12 $root->appendChild($dom->importLegacyNode(new DOMProcessingInstruction('target')));
8 $pi = new DOMProcessingInstruction('name1', 'value1');
35 PHP_METHOD(DOMProcessingInstruction, __construct) in PHP_METHOD() argument
977 /** @return DOMProcessingInstruction|false */1190 class DOMProcessingInstruction extends DOMNode class
1250 ZEND_METHOD(DOMProcessingInstruction, __construct);1537 …ZEND_ME(DOMProcessingInstruction, __construct, arginfo_class_DOMProcessingInstruction___construct,…
Completed in 40 milliseconds