Home
last modified time | relevance | path

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

1234567

/PHP-7.4/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-7.4/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(__DIR__ . "/empty.html");
H A Dbug67949.phpt12 $doc = new DOMDocument;
13 $doc->loadHTML($html);
15 $nodes = $doc->getElementsByTagName('div');
48 $anchor = $doc->getElementsByTagName('a')[0];
H A DDOMDocument_loadHTMLfile_error1.phpt13 $doc = new DOMDocument();
14 $result = $doc->loadHTMLFile(__DIR__ . "/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(__DIR__ . "/book.xml", LIBXML_NOBLANKS);
18 assert($doc === true);
H A DDOMNode_insertBefore_error2.phpt17 $doc = $dom->load(__DIR__ . "/book.xml", LIBXML_NOBLANKS);
18 assert($doc === true);
H A DDOMNode_insertBefore_error3.phpt17 $doc = $dom->load(__DIR__ . "/book.xml", LIBXML_NOBLANKS);
18 assert($doc === true);
H A DDOMNode_insertBefore_error4.phpt17 $doc = $dom->load(__DIR__ . "/book.xml", LIBXML_NOBLANKS);
18 assert($doc === true);
H A DDOMNode_insertBefore_error5.phpt17 $doc = $dom->load(__DIR__ . "/book.xml", LIBXML_NOBLANKS);
18 assert($doc === true);
/PHP-7.4/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.4/ext/com_dotnet/tests/
H A Dbug66322.phpt16 $doc = $w->Documents->Add();
17 $ph = new COMPersistHelper($doc);
/PHP-7.4/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.phpt17 // null here doc string
26 // here doc with multiline string
34 // here doc with different whitespaces
41 // 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 ***
/PHP-7.4/ext/dom/
H A Delement.c291 ns = xmlSearchNs(elem->doc, elem, prefix); in dom_get_dom1_attribute()
554 if (!(attrp->doc == NULL || attrp->doc == nodep->doc)) { in PHP_FUNCTION()
573 if (attrp->doc == NULL && nodep->doc != NULL) { in PHP_FUNCTION()
717 def = xmlSearchNs(doc, tree, prefix); in _dom_new_reconNs()
725 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()
1011 if (!(attrp->doc == NULL || attrp->doc == nodep->doc)) { in PHP_FUNCTION()
1036 if (attrp->doc == NULL && nodep->doc != NULL) { in PHP_FUNCTION()
1157 xmlAddID(NULL, attrp->doc, id_val, attrp); in php_set_attribute_id()
[all …]
H A Dxpath.c39 ZEND_ARG_OBJ_INFO(0, doc, DOMDocument, 0)
151 node = xmlNewDocNode(node->doc, NULL, (xmlChar *) node->children, node->name); in dom_xpath_ext_function_php()
153 node = xmlNewDocNode(node->doc, NULL, (xmlChar *) "xmlns", node->name); in dom_xpath_ext_function_php()
253 zval *doc; in PHP_METHOD() local
259 if (zend_parse_parameters_throw(ZEND_NUM_ARGS(), "O", &doc, dom_document_class_entry) == FAILURE) { in PHP_METHOD()
263 DOM_GET_OBJ(docp, doc, xmlDocPtr, docobj); in PHP_METHOD()
301 docp = (xmlDocPtr) ctx->doc; in dom_xpath_document_read()
374 docp = (xmlDocPtr) ctxp->doc; in php_xpath_eval()
388 if (nodep && docp != nodep->doc) { in php_xpath_eval()
/PHP-7.4/sapi/cli/tests/
H A D016.phpt36 doc
96 <<< > doc
101 doc
/PHP-7.4/Zend/tests/
H A Dheredoc_008.phpt2 empty doc test (heredoc)
H A Dnowdoc_008.phpt2 empty doc test (nowdoc)
/PHP-7.4/ext/mbstring/tests/
H A Dbug43301.phpt13 $txt = <<<doc
15 doc;

Completed in 31 milliseconds

1234567