Searched refs:doctype (Results 1 – 18 of 18) sorted by relevance
95 xmlDtd *doctype; in PHP_METHOD() local139 if (doctype == NULL) { in PHP_METHOD()157 xmlDtdPtr doctype = NULL; in PHP_METHOD() local174 if (doctype->doc != NULL) { in PHP_METHOD()210 if (doctype != NULL) { in PHP_METHOD()211 docp->intSubset = doctype; in PHP_METHOD()212 doctype->parent = docp; in PHP_METHOD()213 doctype->doc = docp; in PHP_METHOD()221 if (doctype != NULL) { in PHP_METHOD()223 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);
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 = new DOMDocumentType();11 $entities = $doctype->entities;
10 $doctype = $imp->createDocumentType("html", 13 $doc = $imp->createDocument(null, 'html', $doctype);
23 [doctype] =>
18 $n = $doc->doctype;
41 $dtd = $dom->doctype;
7 2:<!doctype -- >
12 $config = array('doctype' => 'php');
13572 >>19 search/4096/cWbt \<!doctype\ html xHTML document text13576 >>19 search/4096/cWbt \<!doctype\ html xHTML document text13588 0 search/4096/cWbt \<!doctype\ html HTML document text13630 0 search/4096/cwbt \<!doctype exported SGML document text
761 . Fixed bug #52461 (Incomplete doctype and missing xmlns). 1139 . Fixed bug #54601 (Removing the doctype node segfaults). (Hannes)
Completed in 87 milliseconds