Home
last modified time | relevance | path

Searched refs:DOMProcessingInstruction (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/dom/tests/
H A Dgh16152.phpt2 GH-16152 (Memory leak in DOMProcessingInstruction/DOMDocument)
10 $instr = new DOMProcessingInstruction("tr", "r");
H A DDOMProcessingInstruction.phpt2 Tests for DOMProcessingInstruction class
17 $pi = new DOMProcessingInstruction("\0");
22 $pi = new DOMProcessingInstruction("test");
50 $class = new ReflectionClass('DOMProcessingInstruction');
/php-src/ext/dom/tests/delayed_freeing/
H A Ddirect_construction.phpt75 echo "-- Test DOMProcessingInstruction --\n";
76 node_alike_test(new DOMProcessingInstruction("name", "value"));
127 -- Test DOMProcessingInstruction --
/php-src/ext/dom/tests/modern/html/serializer/
H A Dlegacy_null_content.phpt12 $root->appendChild($dom->importLegacyNode(new DOMProcessingInstruction('target')));
/php-src/ext/dom/tests/manually_call_constructor/
H A Dprocessinginstruction.phpt8 $pi = new DOMProcessingInstruction('name1', 'value1');
/php-src/ext/dom/
H A Dprocessinginstruction.c35 PHP_METHOD(DOMProcessingInstruction, __construct) in PHP_METHOD() argument
H A Dphp_dom.stub.php977 /** @return DOMProcessingInstruction|false */
1190 class DOMProcessingInstruction extends DOMNode class
H A Dphp_dom_arginfo.h1250 ZEND_METHOD(DOMProcessingInstruction, __construct);
1537 …ZEND_ME(DOMProcessingInstruction, __construct, arginfo_class_DOMProcessingInstruction___construct,…

Completed in 40 milliseconds