Home
last modified time | relevance | path

Searched refs:dtd (Results 26 – 50 of 73) sorted by relevance

123

/php-src/ext/dom/tests/modern/spec/
H A Dclone_dtd_node.phpt2 Cloning a dtd node
H A DNode_insertBefore_01.phpt2 Dom\Node::insertBefore() with DocumentFragment and dtd
/php-src/ext/dom/tests/
H A DDOMDocument_loadHTML_basic.phpt15 …PE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
H A Dgh9142.phpt20 …PE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
H A DDOMDocument_validate_external_dtd.phpt11 // reusing existing dtd: http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/dom.ent?view=co&conten…
H A Dbug35673.phpt16 …PE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
H A DDOMDocument_load_variation4.phpt22 <!DOCTYPE books SYSTEM "books.dtd">
/php-src/ext/xml/tests/
H A Dxml_set_start_namespace_decl_handler_basic_libxml.phpt23 ...Uri: file:/DTD/somewhere.dtd
H A Dxml_set_start_namespace_decl_handler_basic.inc4 xmlns:aw2="file:/DTD/somewhere.dtd">
/php-src/
H A D.editorconfig16 [*.{dtd,html,inc,php,phpt,rng,wsdl,xml,xsd,xsl}]
/php-src/ext/simplexml/tests/
H A D009b.phpt9 <!DOCTYPE sxe SYSTEM "notfound.dtd">
H A D023.phpt10 <!DOCTYPE talks SYSTEM "nbsp.dtd" [
H A D008.phpt10 <!DOCTYPE sxe SYSTEM "notfound.dtd">
H A Dsxe_001.phpt11 <!DOCTYPE sxe SYSTEM "notfound.dtd">
H A D002.phpt10 <!DOCTYPE sxe SYSTEM "notfound.dtd">
H A D010.phpt14 <!DOCTYPE sxe SYSTEM "notfound.dtd">
H A D009.phpt9 <!DOCTYPE sxe SYSTEM "notfound.dtd">
H A D004.phpt10 <!DOCTYPE sxe SYSTEM "notfound.dtd">
H A D005.phpt10 <!DOCTYPE sxe SYSTEM "notfound.dtd">
H A D003.phpt10 <!DOCTYPE sxe SYSTEM "notfound.dtd" [
H A D006.phpt10 <!DOCTYPE sxe SYSTEM "notfound.dtd">
H A Dsxe_002.phpt11 <!DOCTYPE sxe SYSTEM "notfound.dtd">
/php-src/ext/libxml/
H A Dlibxml.c185 xmlDtdPtr dtd = entity->parent; in php_libxml_unlink_entity_decl() local
186 if (dtd != NULL) { in php_libxml_unlink_entity_decl()
187 if (xmlHashLookup(dtd->entities, entity->name) == entity) { in php_libxml_unlink_entity_decl()
188 xmlHashRemoveEntry(dtd->entities, entity->name, NULL); in php_libxml_unlink_entity_decl()
190 if (xmlHashLookup(dtd->pentities, entity->name) == entity) { in php_libxml_unlink_entity_decl()
191 xmlHashRemoveEntry(dtd->pentities, entity->name, NULL); in php_libxml_unlink_entity_decl()
268 xmlDtdPtr dtd = (xmlDtdPtr) node; in php_libxml_node_free() local
269 if (dtd->_private == NULL) { in php_libxml_node_free()
272 xmlHashScan(dtd->entities, php_libxml_unlink_entity, dtd->entities); in php_libxml_node_free()
273 xmlHashScan(dtd->pentities, php_libxml_unlink_entity, dtd->pentities); in php_libxml_node_free()
[all …]
/php-src/ext/libxml/tests/
H A Dlibxml_get_external_entity_loader_error_callback_name.phpt14 $dtd = <<<DTD
/php-src/ext/soap/tests/soap12/
H A DT25.phpt9 <!DOCTYPE env:Envelope SYSTEM "env.dtd"[]>

Completed in 26 milliseconds

123