Home
last modified time | relevance | path

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

/PHP-8.3/ext/dom/tests/
H A DDOMProcessingInstruction.phpt2 Tests for DOMProcessingInstruction class
17 $pi = new DOMProcessingInstruction("\0");
22 $pi = new DOMProcessingInstruction("test");
50 $class = new ReflectionClass('DOMProcessingInstruction');
/PHP-8.3/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-8.3/ext/dom/tests/manually_call_constructor/
H A Dprocessinginstruction.phpt8 $pi = new DOMProcessingInstruction('name1', 'value1');
/PHP-8.3/ext/dom/
H A Dprocessinginstruction.c34 PHP_METHOD(DOMProcessingInstruction, __construct) in PHP_METHOD() argument
H A Dphp_dom.stub.php767 /** @return DOMProcessingInstruction|false */
943 class DOMProcessingInstruction extends DOMNode class
H A Dphp_dom_arginfo.h679 ZEND_METHOD(DOMProcessingInstruction, __construct);
951 …ZEND_ME(DOMProcessingInstruction, __construct, arginfo_class_DOMProcessingInstruction___construct,…

Completed in 22 milliseconds