Home
last modified time | relevance | path

Searched refs:createDocumentType (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/dom/tests/
H A DDOMImplementation_createDocumentType_basic.phpt2 DOMImplementation::createDocumentType()
10 $doctype = $imp->createDocumentType("html",
H A Dbug79971_2.phpt16 var_dump($imp->createDocumentType("$uri%00foo"));
19 Warning: DOMImplementation::createDocumentType(): URI must not contain percent-encoded NUL bytes in…
H A Dbug79271.phpt10 $type = $dom->createDocumentType('html');
/PHP-7.4/ext/dom/
H A Ddomimplementation.c60 …PHP_ME(domimplementation, createDocumentType, arginfo_dom_implementation_create_documenttype, ZEND…
90 PHP_METHOD(domimplementation, createDocumentType) in PHP_METHOD() argument
H A Ddom_fe.h98 PHP_METHOD(domimplementation, createDocumentType);

Completed in 18 milliseconds