Home
last modified time | relevance | path

Searched refs:doctype (Results 1 – 23 of 23) sorted by relevance

/PHP-7.1/ext/dom/
H A Ddomimplementation.c94 xmlDtd *doctype; in PHP_METHOD() local
141 if (doctype == NULL) { in PHP_METHOD()
159 xmlDtdPtr doctype = NULL; in PHP_METHOD() local
177 if (doctype->doc != NULL) { in PHP_METHOD()
215 if (doctype != NULL) { in PHP_METHOD()
216 docp->intSubset = doctype; in PHP_METHOD()
217 doctype->parent = docp; in PHP_METHOD()
218 doctype->doc = docp; in PHP_METHOD()
226 if (doctype != NULL) { in PHP_METHOD()
228 doctype->parent = NULL; in PHP_METHOD()
[all …]
/PHP-7.1/ext/dom/tests/
H A DDOMDocumentType_basic_001.phpt16 $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;
H A DDOMDocumentType_systemId_basic_001.phpt15 $doctype = $doc->doctype;
16 var_dump($doctype->systemId);
H A DDOMDocumentType_publicId_basic_001.phpt15 $doctype = $doc->doctype;
16 var_dump($doctype->publicId);
H A Dbug67081.phpt12 var_dump($domDocument->doctype->internalSubset);
17 var_dump($domDocument->doctype->internalSubset);
22 var_dump($domDocument->doctype->internalSubset);
27 var_dump($domDocument->doctype->internalSubset);
H A DDOMDocumentType_entities_error_001.phpt10 $doctype = new DOMDocumentType();
11 $entities = $doctype->entities;
H A DDOMDocumentType_internalSubset_error_001.phpt10 $doctype = new DOMDocumentType();
11 $internalSubset = $doctype->internalSubset;
H A DDOMDocumentType_name_error_001.phpt10 $doctype = new DOMDocumentType();
11 $name = $doctype->name;
H A DDOMDocumentType_notations_error_001.phpt10 $doctype = new DOMDocumentType();
11 $notations = $doctype->notations;
H A DDOMDocumentType_publicId_error_001.phpt10 $doctype = new DOMDocumentType();
11 $publicId = $doctype->publicId;
H A DDOMDocumentType_systemId_error_001.phpt10 $doctype = new DOMDocumentType();
11 $systemId = $doctype->systemId;
H A DDOMImplementation_createDocumentType_basic.phpt10 $doctype = $imp->createDocumentType("html",
13 $doc = $imp->createDocument(null, 'html', $doctype);
H A Dbug54601.phpt18 $n = $doc->doctype;
H A Ddomobject_debug_handler.phpt23 [doctype] =>
H A Ddom007.phpt41 $dtd = $dom->doctype;
/PHP-7.1/ext/standard/
H A Dhtml.c62 #define LIMIT_ALL(all, doctype, charset) do { \ argument
949 int doctype = flags & ENT_HTML_DOC_TYPE_MASK; in traverse_for_entities() local
987 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() local
1245 LIMIT_ALL(all, doctype, charset); in php_escape_html_entities_ex()
1613 int doctype; in PHP_FUNCTION() local
1630 doctype = flags & ENT_HTML_DOC_TYPE_MASK; in PHP_FUNCTION()
[all …]
/PHP-7.1/ext/standard/tests/strings/
H A Dbug23650.phpt7 2:<!doctype -- >
/PHP-7.1/sapi/cli/tests/
H A Dphp_cli_server_013.phpt90 <!doctype html><html><head><title>404 Not Found</title><style>AAA</style>
99 <!doctype html><html><head><title>404 Not Found</title><style>AAA</style>
108 <!doctype html><html><head><title>404 Not Found</title><style>AAA</style>
H A Dphp_cli_server_014.phpt80 <!doctype html><html><head><title>404 Not Found</title><style>AAA</style>
/PHP-7.1/ext/tidy/tests/
H A D031.phpt12 $config = array('doctype' => 'php');
H A D024.phpt21 'doctype' => 'omit',
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic18555 >>19 search/4096/cWbt \<!doctype\ html XHTML document text
18559 >>19 search/4096/cWbt \<!doctype\ html XHTML document text
18571 0 search/4096/cWt \<!doctype\ html HTML document text
18625 0 search/4096/cwt \<!doctype exported SGML document text
H A Dmagic私はガラスを食べられます18555 >>19 search/4096/cWbt \<!doctype\ html XHTML document text
18559 >>19 search/4096/cWbt \<!doctype\ html XHTML document text
18571 0 search/4096/cWt \<!doctype\ html HTML document text
18625 0 search/4096/cwt \<!doctype exported SGML document text

Completed in 118 milliseconds