Home
last modified time | relevance | path

Searched refs:doc (Results 26 – 50 of 168) sorted by last modified time

1234567

/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/soap/
H A Dsoap.c3864 xmlDocPtr doc; local
3872 doc = xmlNewDoc(BAD_CAST("1.0"));
3873 doc->charset = XML_CHAR_ENCODING_UTF8;
3887 xmlDocSetRootElement(doc, envelope);
4220 xmlFreeDoc(doc);
4223 return doc;
4228 xmlDoc *doc; local
4237 doc = xmlNewDoc(BAD_CAST("1.0"));
4239 doc->charset = XML_CHAR_ENCODING_UTF8;
4251 xmlDocSetRootElement(doc, envelope);
[all …]
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 …]
H A Dphp_sdl.c56 nsptr = xmlSearchNs(node->doc, node, BAD_CAST(ns)); in get_encoder_from_prefix()
80 nsptr = xmlSearchNs(node->doc, node, BAD_CAST(ns)); in get_element()
391 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_wsdl_ex()
394 uri = xmlBuildURI(tmp->children->content, trav->doc->URL); in load_wsdl_ex()
3703 xmlDocPtr doc = *((xmlDocPtr*)doc_ptr); in delete_document() local
3704 xmlFreeDoc(doc); in delete_document()
H A Dphp_xml.c193 return xmlSearchNs(node->doc, node->parent, NULL); in attr_find_ns()
202 return xmlSearchNs(node->doc, node, NULL); in node_find_ns()
H A Dphp_encoding.c571 nsptr = xmlSearchNs(data->doc, data, BAD_CAST(ns)); in master_to_zval_int()
640 if (doc && doc->children) { in to_xml_user()
641 ret = xmlDocCopyNode(doc->children, parent->doc, 1); in to_xml_user()
643 xmlFreeDoc(doc); in to_xml_user()
2589 nsptr = xmlSearchNs(attr->doc, attr->parent, BAD_CAST(ns)); in to_zval_array()
2610 nsptr = xmlSearchNs(attr->doc, attr->parent, BAD_CAST(ns)); in to_zval_array()
2968 nsptr = xmlSearchNs(data->doc, data, BAD_CAST(ns)); in guess_zval_convert()
3266 ret->doc = parent->doc; in to_xml_any()
3490 if (xmlSearchNs(doc, node, cur->prefix) == cur) { in xmlSearchNsPrefixByHref()
3500 if (xmlSearchNs(doc, node, cur->prefix) == cur) { in xmlSearchNsPrefixByHref()
[all …]
/PHP-5.5/ext/simplexml/tests/
H A D020.phpt8 $doc = simplexml_load_string('<root><name attr="foo">bar</name></root>');
9 print $doc->name["attr"];
11 if ($doc->name["attr"] == "foo") {
H A D021.phpt9 $doc = simplexml_load_string('<root><exists>foo</exists></root>');
10 if(!isset($doc->exists)) {
13 if(isset($doc->doesnotexist)) {
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c432 buffer = xmlEncodeEntitiesReentrant(node->doc, (xmlChar *)Z_STRVAL_P(value)); in change_node_zval()
988 static inline char * sxe_xmlNodeListGetString(xmlDocPtr doc, xmlNodePtr list, int inLine) /* {{{ */ in sxe_xmlNodeListGetString() argument
990 xmlChar *tmp = xmlNodeListGetString(doc, list, inLine); in sxe_xmlNodeListGetString()
1014 contents = xmlNodeListGetString(node->doc, node->children, 1); in _get_base_node_value()
1127 ZVAL_STRING(value, sxe_xmlNodeListGetString(node->doc, node->children, 1), 0); in sxe_get_prop_hash()
1153 ZVAL_STRING(value, sxe_xmlNodeListGetString(node->doc, node, 1), 0); in sxe_get_prop_hash()
1679 nsptr = xmlSearchNsByHref(node->doc, node, (xmlChar *)nsuri); in SXE_METHOD()
1755 nsptr = xmlSearchNsByHref(node->doc, node, (xmlChar *)nsuri); in SXE_METHOD()
2470 if (nodep->doc == NULL) { in PHP_FUNCTION()
2485 php_libxml_increment_doc_ref((php_libxml_node_object *)sxe, nodep->doc TSRMLS_CC); in PHP_FUNCTION()
/PHP-5.5/ext/reflection/tests/
H A DReflectionProperty_getDocComment_basic.phpt19 /**Not a doc comment */
29 /** A doc comment for $b */
31 /** A doc comment for $e */
83 string(%d) "/** A doc comment for $b */"
91 string(%d) "/** A doc comment for $e */"
H A Dbug64936.phpt2 ReflectionMethod::getDocComment() uses left over doc comment from previous scanner run
H A DReflectionFunction_001.phpt10 * my doc comment
20 * not a doc comment
H A DReflectionFunction_getDocComment.001.phpt13 * my doc comment
23 * not a doc comment
40 * my doc comment
H A DReflectionFunction_getFileName.002.phpt10 * my doc comment
20 * not a doc comment
H A DReflectionMethod_getDocComment_basic.phpt35 /*** Not a doc comment */
H A DReflectionClass_getDocComment_001.phpt28 * Interface doc comment
37 * Not a doc comment
41 /**** Not a doc comment */
44 /**?** Not a doc comment */
100 * Interface doc comment
H A D005.phpt31 // I don't have a doc comment....
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt3230 see the section entitled "Backtracking control" in the pcrepattern doc-
/PHP-5.5/ext/pcre/pcrelib/
H A DLICENCE8 specified below. The documentation for PCRE, supplied in the "doc"
H A DChangeLog2932 5. doc/pcresyntax.html was missing from the distribution.
3048 functions return PCRE_ERROR_NOSUBSTRING (7); the doc said they returned an
4151 retained in the file doc/pcre.txt, which is a concatenation in text format
5230 there are now .1, .txt, and .html versions in /doc.
H A DNEWS646 there are now .1, .txt, and .html versions in /doc.
H A DREADME96 1. There are files called doc/pcre.txt, doc/pcregrep.txt, and
103 <prefix>/share/doc/pcre, where <prefix> is the installation prefix
108 doc/html and installed in <prefix>/share/doc/pcre/html.
497 HTML documentation (share/doc/pcre/html):
501 Text file documentation (share/doc/pcre):
944 doc/*.3 man page sources for PCRE
945 doc/*.1 man page sources for pcregrep and pcretest
946 doc/index.html.src the base HTML page
947 doc/html/* HTML documentation
948 doc/pcre.txt plain text version of the man pages
[all …]
/PHP-5.5/ext/mbstring/tests/
H A Dbug43301.phpt10 $txt = <<<doc
12 doc;
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY48 2007/07/23: [dist] fix doc/FAQ.ja.
456 2006/03/24: [dist] update doc/RE, doc/RE.ja.
618 2005/05/31: [dist] add doc/FAQ and doc/FAQ.ja.
682 2005/02/19: [dist] update doc/API and doc/API.ja.
763 2004/12/06: [dist] update doc/RE and doc/RE.ja.
882 2004/09/25: [dist] fix doc/API and doc/API.ja.
918 2004/08/24: [dist] fix doc/RE and doc/RE.ja.
1009 2004/06/08: [dist] add doc/API.ja.
1425 2003/09/01: [dist] update doc/RE and doc/RE.ja.
1489 2003/07/08: [dist] modify doc/RE.
[all …]
H A DREADME71 See doc/RE (or doc/RE.ja for Japanese).
77 See doc/API for Oniguruma API.

Completed in 117 milliseconds

1234567