Home
last modified time | relevance | path

Searched refs:doc (Results 126 – 150 of 185) sorted by relevance

12345678

/PHP-7.1/ext/libxml/tests/
H A D002.phpt19 $doc = simplexml_load_string($xmlstr);
22 if (!$doc) {
/PHP-7.1/ext/dom/
H A Ddomimplementation.c177 if (doctype->doc != NULL) { in PHP_METHOD()
218 doctype->doc = docp; in PHP_METHOD()
229 doctype->doc = NULL; in PHP_METHOD()
H A Dphp_dom.c133 if (node->doc == NULL) { in dom_node_is_read_only()
517 if (cloned_node->doc == node->doc) { in dom_objects_store_clone_obj()
1288 if (obj->doc != NULL) { in php_dom_create_object()
1309 if (parent == NULL || child == NULL || child->doc != parent->doc) { in dom_hierarchy()
1414 void dom_set_old_ns(xmlDoc *doc, xmlNs *ns) { in dom_set_old_ns() argument
1417 if (doc == NULL) in dom_set_old_ns()
1420 if (doc->oldNs == NULL) { in dom_set_old_ns()
1422 if (doc->oldNs == NULL) { in dom_set_old_ns()
1425 memset(doc->oldNs, 0, sizeof(xmlNs)); in dom_set_old_ns()
1426 doc->oldNs->type = XML_LOCAL_NAMESPACE; in dom_set_old_ns()
[all …]
H A Ddocumenttype.c182 if (dtdptr->doc != NULL && ((intsubset = xmlGetIntSubset(dtdptr->doc)) != NULL)) { in dom_documenttype_internal_subset_read()
H A Dcharacterdata.c218 ((nodep->doc != NULL) && (nodep->doc->dict != NULL) && in PHP_FUNCTION()
219 xmlDictOwns(nodep->doc->dict, nodep->content))) { in PHP_FUNCTION()
/PHP-7.1/ext/xsl/
H A Dphp_xsl.c86 if (intern->doc) { in ZEND_GET_MODULE()
87 php_libxml_decrement_doc_ref(intern->doc); in ZEND_GET_MODULE()
88 efree(intern->doc); in ZEND_GET_MODULE()
H A Dphp_xsl.h68 php_libxml_node_object *doc; member
/PHP-7.1/tests/classes/
H A Dconstants_comments_001.phpt2 Class constants and doc comments
/PHP-7.1/ext/standard/tests/strings/
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…
H A Dstrripos_variation4.phpt17 Ex'ple of h'doc st'g, contains
H A Dstrrpos_variation4.phpt17 Ex'ple of h'doc st'g, contains
H A Dstripos_variation4.phpt17 Ex'ple of h'doc st'g, contains
H A Dstrrev_variation3.phpt20 Ex'ple of h'doc st'g, contains
/PHP-7.1/ext/xsl/tests/
H A Dxslt007.phpt11 $doc = $proc->transformToUri($dom, "file://".dirname(__FILE__)."/out.xml");
/PHP-7.1/ext/soap/
H A Dphp_schema.c101 xmlDocPtr doc; in schema_load_file() local
106 doc = soap_xmlParseFile((char*)location); 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 …]
H A Dphp_xml.c192 return xmlSearchNs(node->doc, node->parent, NULL); in attr_find_ns()
201 return xmlSearchNs(node->doc, node, NULL); in node_find_ns()
/PHP-7.1/ext/soap/tests/bugs/
H A Dbug42692.phpt2 Bug #42692 (Procedure 'int1' not present with doc/lit SoapServer)
/PHP-7.1/ext/reflection/tests/
H A D005.phpt30 // I don't have a doc comment....
H A Dbug64936.phpt2 ReflectionMethod::getDocComment() uses left over doc comment from previous scanner run
H A DReflectionClassConstant_basic1.phpt38 /** Another doc comment */
117 string(26) "/** Another doc comment */"
/PHP-7.1/Zend/tests/
H A Drequire_parse_exception.phpt24 /** doc comment */
/PHP-7.1/Zend/tests/grammar/
H A Dsemi_reserved_008.phpt28 /** doc comment */
/PHP-7.1/sapi/cli/tests/
H A Dbug61546.phpt5 // reference doc for getmyinode() on php.net states that it returns an integer or FALSE on error
/PHP-7.1/ext/com_dotnet/tests/
H A Dbug66431_1.phpt37 /* trim the returned text as we'll get windows eol from a word doc. */
/PHP-7.1/ext/mbstring/oniguruma/
H A DREADME71 See doc/RE (or doc/RE.ja for Japanese).
77 See doc/API for Oniguruma API.

Completed in 61 milliseconds

12345678