Home
last modified time | relevance | path

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

1234567

/PHP-5.5/ext/standard/tests/strings/
H A Dstrripos_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 Dstrrpos_variation4.phpt17 Ex'ple of h'doc st'g, contains
H A Dstrrev_variation3.phpt20 Ex'ple of h'doc st'g, contains
H A Dchunk_split_variation4.phpt132 doc
/PHP-5.5/ext/com_dotnet/tests/
H A Dbug66431_1.phpt37 /* trim the returned text as we'll get windows eol from a word doc. */
/PHP-5.5/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-5.5/ext/mbstring/oniguruma/
H A DREADME71 See doc/RE (or doc/RE.ja for Japanese).
77 See doc/API for Oniguruma API.
H A DREADME.ja72 doc/RE.ja����
78 Oniguruma API�ˤĤ��Ƥϡ�doc/API.ja���ȡ�
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 …]
/PHP-5.5/ext/soap/
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 …]
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 …]
/PHP-5.5/ext/reflection/tests/
H A DReflectionMethod_getDocComment_basic.phpt35 /*** Not a doc comment */
/PHP-5.5/ext/dom/
H A Dphp_dom.h110 void dom_set_old_ns(xmlDoc *doc, xmlNs *ns);
H A Dtext.c184 nnode = xmlNewDocText(node->doc, second); in PHP_FUNCTION()
H A Ddocument.c1071 node->doc = docp; in PHP_FUNCTION()
1197 if (nodep->doc == docp) { in PHP_FUNCTION()
1212 nsptr = xmlSearchNsByHref (nodep->doc, root, nodep->ns->href); in PHP_FUNCTION()
1253 nsptr = xmlSearchNsByHref (nodep->doc, nodep, uri); in PHP_FUNCTION()
1317 nsptr = xmlSearchNsByHref (nodep->doc, root, uri); in PHP_FUNCTION()
1822 if (node->doc != docp) { in PHP_FUNCTION()
2346 if (node->doc != docp) { in PHP_FUNCTION()
H A Ddom_iterators.c75 ret->doc = NULL; in create_notation()
/PHP-5.5/sapi/aolserver/
H A DREADME17 Read doc/install.txt in the source distribution
/PHP-5.5/ext/pcre/pcrelib/
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 …]
H A DLICENCE8 specified below. The documentation for PCRE, supplied in the "doc"
/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/com_dotnet/
H A DREADME62 $word->Documents[1]->SaveAs("Useless test.doc");
/PHP-5.5/ext/libxml/
H A Dlibxml.c240 if ((node->doc != NULL) && (((xmlAttrPtr) node)->atype == XML_ATTRIBUTE_ID)) { in php_libxml_node_free_list()
241 xmlRemoveID(node->doc, (xmlAttrPtr) node); in php_libxml_node_free_list()
258 node->doc = NULL; in php_libxml_node_free_list()
1308 node->doc = NULL; in php_libxml_node_free_resource()
/PHP-5.5/
H A DREADME.SUBMITTING_PATCH19 available to discuss questions. They include #php.pecl, #php.doc and
77 http://php.net/dochowto and http://wiki.php.net/doc/howto

Completed in 85 milliseconds

1234567