Home
last modified time | relevance | path

Searched refs:doc (Results 76 – 100 of 168) sorted by relevance

1234567

/PHP-5.5/ext/dom/
H A Dnode.c670 docp = nodep->doc; in dom_node_owner_document_read()
973 if (node->doc != nodep->doc) { in _php_dom_insert_fragment()
1033 if (child->doc != parentp->doc && child->doc != NULL) { in PHP_FUNCTION()
1043 if (child->doc == NULL && parentp->doc != NULL) { in PHP_FUNCTION()
1195 if (newchild->doc != nodep->doc && newchild->doc != NULL) { in PHP_FUNCTION()
1227 if (newchild->doc == NULL && nodep->doc != NULL) { in PHP_FUNCTION()
1331 if (!(child->doc == NULL || child->doc == nodep->doc)) { in PHP_FUNCTION()
1341 if (child->doc == NULL && nodep->doc != NULL) { in PHP_FUNCTION()
1352 if (child->doc == NULL) { in PHP_FUNCTION()
1477 if (node->doc != n->doc) { in PHP_FUNCTION()
[all …]
H A Delement.c302 ns = xmlSearchNs(elem->doc, elem, prefix); in dom_get_dom1_attribute()
558 if (!(attrp->doc == NULL || attrp->doc == nodep->doc)) { in PHP_FUNCTION()
577 if (attrp->doc == NULL && nodep->doc != NULL) { in PHP_FUNCTION()
718 def = xmlSearchNs(doc, tree, prefix); in _dom_new_reconNs()
726 def = xmlSearchNs(doc, tree, prefix); in _dom_new_reconNs()
813 xmlReconciliateNs(elemp->doc, elemp); in PHP_FUNCTION()
823 xmlReconciliateNs(elemp->doc, elemp); in PHP_FUNCTION()
983 if (!(attrp->doc == NULL || attrp->doc == nodep->doc)) { in PHP_FUNCTION()
1008 if (attrp->doc == NULL && nodep->doc != NULL) { in PHP_FUNCTION()
1126 xmlAddID(NULL, attrp->doc, id_val, attrp); in php_set_attribute_id()
[all …]
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_schemaValidate_error5.phpt11 $doc = new DOMDocument;
13 $doc->load(dirname(__FILE__)."/book.xml");
15 $result = $doc->schemaValidate(dirname(__FILE__)."/non-existent-file");
H A DDOMDocument_relaxNGValidateSource_error1.phpt33 $doc = new DOMDocument();
34 $doc->loadXML($bad_xml);
35 $result = $doc->relaxNGValidateSource($rng);
H A DDOMDocument_relaxNGValidateSource_error2.phpt29 $doc = new DOMDocument();
30 $doc->loadXML($xml);
31 $result = $doc->relaxNGValidateSource($rng);
H A DDOMDocument_relaxNGValidate_error2.phpt19 $doc = new DOMDocument();
20 $doc->loadXML($xml);
21 $result = $doc->relaxNGValidate($rng);
H A DDOMDocument_schemaValidateSource_error1.phpt11 $doc = new DOMDocument;
13 $doc->load(dirname(__FILE__)."/book.xml");
15 $result = $doc->schemaValidateSource('string that is not a schema');
H A DDOMDocument_loadHTML_error1.phpt11 $doc = new DOMDocument();
12 $doc->loadHTML();
H A DDOMDocument_loadHTML_error2.phpt11 $doc = new DOMDocument();
12 $doc->loadHTML('');
H A DDOMDocument_loadHTMLfile.phpt13 $doc = new DOMDocument();
14 $result = $doc->loadHTMLFile(dirname(__FILE__) . "/test.html");
H A DDOMDocument_schemaValidate_error1.phpt11 $doc = new DOMDocument;
13 $doc->load(dirname(__FILE__)."/book.xml");
15 $result = $doc->schemaValidate(dirname(__FILE__)."/book-not-a-schema.xsd");
H A DDOMDocument_loadHTMLfile_variation2.phpt13 $doc = new DOMDocument();
14 $result = $doc->loadHTMLFile(dirname(__FILE__) . "/not_well.html");
H A DDOMDocumentFragment_appendXML_hasChildNodes_basic.phpt7 $doc = new DOMDocument();
9 $fragment = $doc->createDocumentFragment();
H A DDOMImplementation_createDocumentType_basic.phpt13 $doc = $imp->createDocument(null, 'html', $doctype);
14 echo $doc->saveHTML();
H A DDOMDocument_loadHTMLfile_variation1.phpt13 $doc = new DOMDocument();
14 $result = $doc->loadHTMLFile(dirname(__FILE__) . "/empty.html");
H A Ddom002.phpt27 $doc = $dom->documentElement;
29 dump($doc->getElementsByTagName('bar'));
31 dump($doc->getElementsByTagNameNS('http://www.example.com/ns/fubar', 'bar'));
H A DDOMDocument_loadHTMLfile_error1.phpt13 $doc = new DOMDocument();
14 $result = $doc->loadHTMLFile(dirname(__FILE__) . "/ffff/test.html");
/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure.in2 AC_INIT(doc/bcmath.1)
17 AC_OUTPUT(Makefile src/Makefile doc/Makefile)
/PHP-5.5/ext/reflection/tests/
H A DReflectionFunction_getFileName.002.phpt10 * my doc comment
20 * not a doc comment
H A DReflectionFunction_001.phpt10 * my doc comment
20 * not a doc comment
/PHP-5.5/ext/xsl/tests/
H A Dxslt006.phpt11 $doc = $proc->transformToDoc($dom);
12 print $doc->saveXML();
/PHP-5.5/ext/standard/tests/strings/
H A Ducwords_variation2.phpt16 // Null here doc string
25 // here doc with multiline string
32 // here doc with different whitespaces
39 // here doc with numeric values
H A Dstrip_tags_variation5.phpt19 // null here doc string
28 // here doc with multiline string
36 // here doc with different whitespaces
43 // here doc with numeric values
/PHP-5.5/ext/mbstring/tests/
H A Dbug43301.phpt10 $txt = <<<doc
12 doc;
/PHP-5.5/sapi/cli/tests/
H A D016.phpt36 doc
96 <<< > doc
101 doc

Completed in 43 milliseconds

1234567