Home
last modified time | relevance | path

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

/PHP-8.3/ext/dom/tests/
H A DDOMDocument_createProcessingInstruction_basic.phpt2 DomDocument::createProcessingInstruction() - basic test for DomDocument::createProcessingInstructio…
17 $doc->createProcessingInstruction( "blablabla" );
21 $doc->createProcessingInstruction( "blablabla", "datadata" );
H A DDOMDocument_createProcessingInstruction_error.phpt2 DomDocument::createProcessingInstruction() - error test for DomDocument::createProcessingInstructio…
18 $doc->createProcessingInstruction( "bla bla bla" );
/PHP-8.3/ext/dom/tests/delayed_freeing/
H A Dprocessing_instruction.phpt9 ->appendChild($doc->createProcessingInstruction('hello', 'world'));
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php768 public function createProcessingInstruction(string $target, string $data = "") {} function in DOMDocument
H A Dphp_dom_arginfo.h628 ZEND_METHOD(DOMDocument, createProcessingInstruction);
864 …ZEND_ME(DOMDocument, createProcessingInstruction, arginfo_class_DOMDocument_createProcessingInstru…
H A Ddocument.c642 PHP_METHOD(DOMDocument, createProcessingInstruction) in PHP_METHOD() argument

Completed in 24 milliseconds