Searched refs:doctype (Results 1 – 22 of 22) sorted by relevance
94 xmlDtd *doctype; in PHP_METHOD() local138 if (doctype == NULL) { in PHP_METHOD()156 xmlDtdPtr doctype = NULL; in PHP_METHOD() local173 if (doctype->doc != NULL) { in PHP_METHOD()209 if (doctype != NULL) { in PHP_METHOD()210 docp->intSubset = doctype; in PHP_METHOD()211 doctype->parent = docp; in PHP_METHOD()212 doctype->doc = docp; in PHP_METHOD()220 if (doctype != NULL) { in PHP_METHOD()222 doctype->parent = NULL; in PHP_METHOD()[all …]
16 $doctype = $doc->doctype;17 print "publicId: ".$doctype->publicId."\n";18 print "systemId: ".$doctype->systemId."\n";19 print "name: ".$doctype->name."\n";20 print "internalSubset: ".$doctype->internalSubset."\n";34 $doctype = $doc->doctype;35 $entities = $doctype->entities;38 $notations = $doctype->notations;
15 $doctype = $doc->doctype;16 var_dump($doctype->systemId);
15 $doctype = $doc->doctype;16 var_dump($doctype->publicId);
12 var_dump($domDocument->doctype->internalSubset);17 var_dump($domDocument->doctype->internalSubset);22 var_dump($domDocument->doctype->internalSubset);27 var_dump($domDocument->doctype->internalSubset);
10 $doctype = new DOMDocumentType();11 $entities = $doctype->entities;
10 $doctype = new DOMDocumentType();11 $internalSubset = $doctype->internalSubset;
10 $doctype = new DOMDocumentType();11 $name = $doctype->name;
10 $doctype = new DOMDocumentType();11 $notations = $doctype->notations;
10 $doctype = new DOMDocumentType();11 $publicId = $doctype->publicId;
10 $doctype = new DOMDocumentType();11 $systemId = $doctype->systemId;
10 $doctype = $imp->createDocumentType("html", 13 $doc = $imp->createDocument(null, 'html', $doctype);
18 $n = $doc->doctype;
23 [doctype] =>
41 $dtd = $dom->doctype;
62 #define LIMIT_ALL(all, doctype, charset) do { \ argument949 int doctype = flags & ENT_HTML_DOC_TYPE_MASK; in traverse_for_entities() local987 if (!unicode_cp_is_allowed(code, doctype) || in traverse_for_entities()988 (doctype == ENT_HTML_DOC_HTML5 && code == 0x0D)) in traverse_for_entities()1080 assert(!(doctype == ENT_HTML_DOC_XML1 && all)); in determine_entity_table()1086 retval.table = (doctype == ENT_HTML_DOC_HTML401) ? in determine_entity_table()1231 int doctype = flags & ENT_HTML_DOC_TYPE_MASK; in php_escape_html_entities_ex() local1245 LIMIT_ALL(all, doctype, charset); in php_escape_html_entities_ex()1622 int doctype; in PHP_FUNCTION() local1639 doctype = flags & ENT_HTML_DOC_TYPE_MASK; in PHP_FUNCTION()[all …]
7 2:<!doctype -- >
90 <!doctype html><html><head><title>404 Not Found</title><style>AAA</style>98 <!doctype html><html><head><title>404 Not Found</title><style>AAA</style>106 <!doctype html><html><head><title>404 Not Found</title><style>AAA</style>
79 <!doctype html><html><head><title>404 Not Found</title><style>AAA</style>
12 $config = array('doctype' => 'php');
17090 >>19 search/4096/cWbt \<!doctype\ html XHTML document text17094 >>19 search/4096/cWbt \<!doctype\ html XHTML document text17106 0 search/4096/cWt \<!doctype\ html HTML document text17160 0 search/4096/cwt \<!doctype exported SGML document text
5390 . Fixed bug #52461 (Incomplete doctype and missing xmlns).5768 . Fixed bug #54601 (Removing the doctype node segfaults). (Hannes)
Completed in 101 milliseconds