Home
last modified time | relevance | path

Searched refs:doc (Results 101 – 125 of 185) sorted by relevance

12345678

/PHP-7.1/ext/dom/tests/
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 DDOMDocument_loadHTMLfile_error1.phpt13 $doc = new DOMDocument();
14 $result = $doc->loadHTMLFile(dirname(__FILE__) . "/ffff/test.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 DDOMNode_insertBefore_error6.phpt17 $doc = $dom->load(dirname(__FILE__) . "/book.xml", LIBXML_NOBLANKS);
18 assert('$doc === true');
H A DDOMNode_insertBefore_error2.phpt17 $doc = $dom->load(dirname(__FILE__) . "/book.xml", LIBXML_NOBLANKS);
18 assert('$doc === true');
H A DDOMNode_insertBefore_error3.phpt17 $doc = $dom->load(dirname(__FILE__) . "/book.xml", LIBXML_NOBLANKS);
18 assert('$doc === true');
H A DDOMNode_insertBefore_error4.phpt17 $doc = $dom->load(dirname(__FILE__) . "/book.xml", LIBXML_NOBLANKS);
18 assert('$doc === true');
H A DDOMNode_insertBefore_error5.phpt17 $doc = $dom->load(dirname(__FILE__) . "/book.xml", LIBXML_NOBLANKS);
18 assert('$doc === true');
/PHP-7.1/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
H A Dstrncasecmp_variation9.phpt10 /* Test strncasecmp() function with here-doc strings for 'str1', 'str2' */
12 echo "*** Test strncasecmp() function: with here-doc strings ***\n";
77 *** Test strncasecmp() function: with here-doc strings ***
H A Dstrncmp_basic.phpt22 echo "-- Testing strncmp() with here-doc string --\n";
42 -- Testing strncmp\(\) with here-doc string --
H A Dstrncasecmp_basic.phpt22 echo "-- Testing strncasecmp() with here-doc string --\n";
42 -- Testing strncasecmp\(\) with here-doc string --
/PHP-7.1/ext/dom/
H A Delement.c295 ns = xmlSearchNs(elem->doc, elem, prefix); in dom_get_dom1_attribute()
553 if (!(attrp->doc == NULL || attrp->doc == nodep->doc)) { in PHP_FUNCTION()
572 if (attrp->doc == NULL && nodep->doc != NULL) { in PHP_FUNCTION()
713 def = xmlSearchNs(doc, tree, prefix); in _dom_new_reconNs()
721 def = xmlSearchNs(doc, tree, prefix); in _dom_new_reconNs()
808 xmlReconciliateNs(elemp->doc, elemp); in PHP_FUNCTION()
818 xmlReconciliateNs(elemp->doc, elemp); in PHP_FUNCTION()
1003 if (!(attrp->doc == NULL || attrp->doc == nodep->doc)) { in PHP_FUNCTION()
1028 if (attrp->doc == NULL && nodep->doc != NULL) { in PHP_FUNCTION()
1146 xmlAddID(NULL, attrp->doc, id_val, attrp); in php_set_attribute_id()
[all …]
H A Dxpath.c41 ZEND_ARG_OBJ_INFO(0, doc, DOMDocument, 0)
153 node = xmlNewDocNode(node->doc, NULL, (xmlChar *) node->children, node->name); in dom_xpath_ext_function_php()
155 node = xmlNewDocNode(node->doc, NULL, (xmlChar *) "xmlns", node->name); in dom_xpath_ext_function_php()
254 zval *id = getThis(), *doc; in PHP_METHOD() local
260 if (zend_parse_parameters_throw(ZEND_NUM_ARGS(), "O", &doc, dom_document_class_entry) == FAILURE) { in PHP_METHOD()
264 DOM_GET_OBJ(docp, doc, xmlDocPtr, docobj); in PHP_METHOD()
302 docp = (xmlDocPtr) ctx->doc; in dom_xpath_document_read()
373 docp = (xmlDocPtr) ctxp->doc; in php_xpath_eval()
387 if (nodep && docp != nodep->doc) { in php_xpath_eval()
/PHP-7.1/ext/libxml/tests/
H A Dbug69753-mb.phpt13 $doc = new DomDocument();
14 $doc->load(__DIR__ . DIRECTORY_SEPARATOR . 'bug69753私はガラスを食べられます.xml');
H A Dbug69753.phpt13 $doc = new DomDocument();
14 $doc->load(__DIR__ . DIRECTORY_SEPARATOR . 'bug69753.xml');
/PHP-7.1/sapi/cli/tests/
H A D016.phpt36 doc
96 <<< > doc
101 doc
H A D017.phpt36 doc
89 doc
/PHP-7.1/ext/reflection/tests/
H A DReflectionFunction_001.phpt10 * my doc comment
20 * not a doc comment
/PHP-7.1/ext/mbstring/tests/
H A Dbug43301.phpt10 $txt = <<<doc
12 doc;
/PHP-7.1/Zend/tests/
H A Dheredoc_008.phpt2 empty doc test (heredoc)
H A Dnowdoc_008.phpt2 empty doc test (nowdoc)

Completed in 35 milliseconds

12345678