Searched refs:doctype (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/dom/ |
| H A D | domimplementation.c | 94 xmlDtd *doctype; local 135 doctype = xmlCreateIntSubset(NULL, localname, pch1, pch2); 138 if (doctype == NULL) { 143 DOM_RET_OBJ((xmlNodePtr) doctype, &ret, NULL); 147 /* {{{ proto DOMDocument dom_domimplementation_create_document(string namespaceURI, string qualifiedName, DOMDocumentType doctype); 156 xmlDtdPtr doctype = NULL; local 168 DOM_GET_OBJ(doctype, node, xmlDtdPtr, doctobj); 169 if (doctype->type == XML_DOCUMENT_TYPE_NODE) { 173 if (doctype->doc != NULL) { 209 if (doctype ! [all...] |
| /PHP_TRUNK/ext/standard/ |
| H A D | html.c | 62 #define LIMIT_ALL(all, doctype, charset) do { \ 63 (all) = (all) && !CHARSET_PARTIAL_SUPPORT((charset)) && ((doctype) != ENT_HTML_DOC_XML1); \ 937 int doctype = flags & ENT_HTML_DOC_TYPE_MASK; local 975 if (!unicode_cp_is_allowed(code, doctype) || 976 (doctype == ENT_HTML_DOC_HTML5 && code == 0x0D)) 989 if (doctype == ENT_HTML_DOC_XHTML && ent_len == 4 && start[0] == 'a' 1064 static entity_table_opt determine_entity_table(int all, int doctype) argument 1068 assert(!(doctype == ENT_HTML_DOC_XML1 && all)); 1071 retval.ms_table = (doctype == ENT_HTML_DOC_HTML5) ? 1074 retval.table = (doctype 1219 int doctype = flags & ENT_HTML_DOC_TYPE_MASK; local 1597 int doctype; local [all...] |
Completed in 5 milliseconds