Home
last modified time | relevance | path

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

/php-src/ext/dom/tests/modern/spec/
H A DDocument_implementation_createDocumentType_errors.phpt2 Document::$implementation createDocumentType errors
10 $dom->implementation->createDocumentType("invalid name", "public", "system");
15 $dom->implementation->createDocumentType("", "public", "system");
20 $dom->implementation->createDocumentType("@", "", "");
H A DDocument_implementation_createDocument.phpt28 $dtd = $dom->implementation->createDocumentType("mydoc", "", "");
34 $dtd = $dom2->implementation->createDocumentType("mydoc", "", "");
H A DappendChild_dtd_legacy.phpt26 $other->appendChild($other->implementation->createDocumentType('doc', '', ''));
H A DDocument_implementation_createDocumentType.phpt2 Document::$implementation createDocumentType
17 …$dtd = $dom->implementation->createDocumentType($test_item['uri'], $test_item['public'], $test_ite…
/php-src/ext/dom/tests/
H A DDOMImplementation_createDocumentType_basic.phpt2 DOMImplementation::createDocumentType()
8 $doctype = $imp->createDocumentType("html",
14 $doctype = $imp->createDocumentType("html");
18 $doctype = $imp->createDocumentType("html", "", "");
H A Dbug79971_2.phpt14 var_dump($imp->createDocumentType("$uri%00foo"));
17 Warning: DOMImplementation::createDocumentType(): URI must not contain percent-encoded NUL bytes in…
H A Dbug79271.phpt8 $type = $dom->createDocumentType('html');
H A Dbug79451.phpt10 $dt = $impl->createDocumentType("html_replace", "", "");
/php-src/ext/dom/tests/delayed_freeing/
H A Ddtd_node.phpt8 $dtd = $doc->implementation->createDocumentType('qualified name', 'public', 'system');
/php-src/ext/dom/
H A Ddomimplementation.c54 PHP_METHOD(DOMImplementation, createDocumentType) in PHP_METHOD() argument
111 PHP_METHOD(Dom_Implementation, createDocumentType) in PHP_METHOD() argument
H A Dphp_dom.stub.php557 …public function createDocumentType(string $qualifiedName, string $publicId = "", string $systemId … function in DOMImplementation
1348 …public function createDocumentType(string $qualifiedName, string $publicId, string $systemId): Doc… function in Dom\\Implementation
H A Dphp_dom_arginfo.h1157 ZEND_METHOD(DOMImplementation, createDocumentType);
1255 ZEND_METHOD(Dom_Implementation, createDocumentType);
1391 …ZEND_ME(DOMImplementation, createDocumentType, arginfo_class_DOMImplementation_createDocumentType,…
1566 …ZEND_ME(Dom_Implementation, createDocumentType, arginfo_class_Dom_Implementation_createDocumentTyp…

Completed in 38 milliseconds