Home
last modified time | relevance | path

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

1234567

/PHP-5.5/ext/dom/tests/
H A DDOMNode_insertBefore_error6.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_error2.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-5.5/ext/standard/tests/strings/
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 Dstrncasecmp_basic.phpt22 echo "-- Testing strncasecmp() with here-doc string --\n";
42 -- Testing strncasecmp\(\) with here-doc string --
H A Dstrncmp_basic.phpt22 echo "-- Testing strncmp() with here-doc string --\n";
42 -- Testing strncmp\(\) with here-doc string --
H A Dchunk_split_variation11.phpt53 string(132) "This i s here doc st ring w ith and
67 doc st
92 string(398) "This i)speci@! ch@r$(s here)speci@! ch@r$(doc st)speci@! ch@r$(ring w)speci@! ch@r$(it…
/PHP-5.5/sapi/cli/tests/
H A D017.phpt33 doc
86 doc
/PHP-5.5/ext/dom/
H A Dxpath.c41 ZEND_ARG_OBJ_INFO(0, doc, DOMDocument, 0)
159 node = xmlNewDocNode(node->doc, NULL, (xmlChar *) node->children, node->name); in dom_xpath_ext_function_php()
161 node = xmlNewDocNode(node->doc, NULL, (xmlChar *) "xmlns", node->name); in dom_xpath_ext_function_php()
273 zval *id, *doc; in PHP_METHOD() local
281 …s(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OO", &id, dom_xpath_class_entry, &doc, dom_document_class… in PHP_METHOD()
287 DOM_GET_OBJ(docp, doc, xmlDocPtr, docobj); in PHP_METHOD()
329 docp = (xmlDocPtr) ctx->doc; in dom_xpath_document_read()
412 docp = (xmlDocPtr) ctxp->doc; in php_xpath_eval()
426 if (nodep && docp != nodep->doc) { in php_xpath_eval()
H A Ddomimplementation.c173 if (doctype->doc != NULL) { in PHP_METHOD()
212 doctype->doc = docp; in PHP_METHOD()
223 doctype->doc = NULL; in PHP_METHOD()
H A Dphp_dom.c125 if (node->doc == NULL) { in dom_node_is_read_only()
1185 if (cloned_node->doc == node->doc) { in dom_objects_clone()
1428 if (obj->doc != NULL) { in php_dom_create_object()
1449 if (parent == NULL || child == NULL || child->doc != parent->doc) { in dom_hierarchy()
1554 void dom_set_old_ns(xmlDoc *doc, xmlNs *ns) { in dom_set_old_ns() argument
1557 if (doc == NULL) in dom_set_old_ns()
1560 if (doc->oldNs == NULL) { in dom_set_old_ns()
1562 if (doc->oldNs == NULL) { in dom_set_old_ns()
1565 memset(doc->oldNs, 0, sizeof(xmlNs)); in dom_set_old_ns()
1566 doc->oldNs->type = XML_LOCAL_NAMESPACE; in dom_set_old_ns()
[all …]
H A Ddocumenttype.c202 …if (dtdptr->doc != NULL && ((intsubset = xmlGetIntSubset(dtdptr->doc)) != NULL) && intsubset->chil… in dom_documenttype_internal_subset_read()
H A Dcharacterdata.c238 ((nodep->doc != NULL) && (nodep->doc->dict != NULL) && in PHP_FUNCTION()
239 xmlDictOwns(nodep->doc->dict, nodep->content))) { in PHP_FUNCTION()
/PHP-5.5/Zend/tests/
H A Dheredoc_008.phpt2 empty doc test (heredoc)
H A Dnowdoc_008.phpt2 empty doc test (nowdoc)
/PHP-5.5/ext/xsl/
H A Dphp_xsl.c92 if (intern->doc) { in ZEND_GET_MODULE()
93 php_libxml_decrement_doc_ref(intern->doc TSRMLS_CC); in ZEND_GET_MODULE()
94 efree(intern->doc); in ZEND_GET_MODULE()
127 intern->doc = NULL; in xsl_objects_new()
H A Dphp_xsl.h66 php_libxml_node_object *doc; member
/PHP-5.5/ext/libxml/tests/
H A D002.phpt19 $doc = simplexml_load_string($xmlstr);
22 if (!$doc) {
/PHP-5.5/ext/xsl/tests/
H A Dxslt007.phpt11 $doc = $proc->transformToUri($dom, "file://".dirname(__FILE__)."/out.xml");
/PHP-5.5/ext/soap/
H A Dphp_schema.c101 xmlDocPtr doc; in schema_load_file() local
106 doc = soap_xmlParseFile((char*)location TSRMLS_CC); in schema_load_file()
109 if (doc == NULL) { in schema_load_file()
112 schema = get_node(doc->children, "schema"); in schema_load_file()
114 xmlFreeDoc(doc); in schema_load_file()
120 xmlFreeDoc(doc); in schema_load_file()
124 xmlFreeDoc(doc); in schema_load_file()
134 xmlFreeDoc(doc); in schema_load_file()
197 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_schema()
217 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_schema()
[all …]
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug42692.phpt2 Bug #42692 (Procedure 'int1' not present with doc/lit SoapServer)
/PHP-5.5/ext/reflection/tests/
H A D005.phpt31 // I don't have a doc comment....
H A Dbug64936.phpt2 ReflectionMethod::getDocComment() uses left over doc comment from previous scanner run

Completed in 55 milliseconds

1234567