Home
last modified time | relevance | path

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

1234567

/PHP-7.4/ext/reflection/tests/
H A DReflectionClassConstant_basic1.phpt38 /** Another doc comment */
125 string(26) "/** Another doc comment */"
H A DReflectionMethod_getDocComment_basic.phpt34 /*** Not a doc comment */
/PHP-7.4/ext/soap/
H A Dphp_xml.c187 return xmlSearchNs(node->doc, node->parent, NULL); in attr_find_ns()
196 return xmlSearchNs(node->doc, node, NULL); in node_find_ns()
H A Dphp_encoding.c543 nsptr = xmlSearchNs(data->doc, data, BAD_CAST(ns)); in master_to_zval_int()
612 if (doc && doc->children) { in to_xml_user()
613 ret = xmlDocCopyNode(doc->children, parent->doc, 1); in to_xml_user()
615 xmlFreeDoc(doc); in to_xml_user()
2455 nsptr = xmlSearchNs(attr->doc, attr->parent, BAD_CAST(ns)); in to_zval_array()
2821 nsptr = xmlSearchNs(data->doc, data, BAD_CAST(ns)); in guess_zval_convert()
3118 ret->doc = parent->doc; in to_xml_any()
3342 if (xmlSearchNs(doc, node, cur->prefix) == cur) { in xmlSearchNsPrefixByHref()
3352 if (xmlSearchNs(doc, node, cur->prefix) == cur) { in xmlSearchNsPrefixByHref()
3372 xmlns = xmlSearchNsByHref(node->doc, node, BAD_CAST(ns)); in encode_add_ns()
[all …]
H A Dsoap.c3828 xmlDocPtr doc; local
3836 doc = xmlNewDoc(BAD_CAST("1.0"));
3853 xmlDocSetRootElement(doc, envelope);
4182 xmlFreeDoc(doc);
4188 xmlFreeDoc(doc);
4191 return doc;
4197 xmlDoc *doc; local
4206 doc = xmlNewDoc(BAD_CAST("1.0"));
4222 xmlDocSetRootElement(doc, envelope);
4390 xmlFreeDoc(doc);
[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()
390 xmlChar *base = xmlNodeGetBase(trav->doc, trav); in load_wsdl_ex()
393 uri = xmlBuildURI(tmp->children->content, trav->doc->URL); in load_wsdl_ex()
3671 xmlDocPtr doc = Z_PTR_P(zv); in delete_document() local
3672 xmlFreeDoc(doc); in delete_document()
/PHP-7.4/ext/dom/
H A Dphp_dom.h112 void dom_set_old_ns(xmlDoc *doc, xmlNs *ns);
H A Dtext.c175 nnode = xmlNewDocText(node->doc, second); in PHP_FUNCTION()
H A Ddocument.c882 node->doc = docp; in PHP_FUNCTION()
1014 if (nodep->doc == docp) { in PHP_FUNCTION()
1029 nsptr = xmlSearchNsByHref (nodep->doc, root, nodep->ns->href); in PHP_FUNCTION()
1072 nsptr = xmlSearchNsByHref(nodep->doc, nodep, (xmlChar *) uri); in PHP_FUNCTION()
1138 nsptr = xmlSearchNsByHref(nodep->doc, root, (xmlChar *) uri); in PHP_FUNCTION()
1654 if (node->doc != docp) { in PHP_FUNCTION()
2199 if (node->doc != docp) { in PHP_FUNCTION()
H A Ddom_iterators.c77 ret->doc = NULL; in create_notation()
/PHP-7.4/ext/standard/tests/strings/
H A Dchunk_split_variation4.phpt132 doc
H A Dchunk_split_variation12.phpt143 …'m sure it'll \work! with here"To check " in heredoc".I'm sure it'll \work!doc ending"To check " i…
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c406 buffer = xmlEncodeEntitiesReentrant(node->doc, (xmlChar *)Z_STRVAL_P(value)); in change_node_zval()
961 static inline zend_string *sxe_xmlNodeListGetString(xmlDocPtr doc, xmlNodePtr list, int inLine) /* … in sxe_xmlNodeListGetString() argument
963 xmlChar *tmp = xmlNodeListGetString(doc, list, inLine); in sxe_xmlNodeListGetString()
985 contents = xmlNodeListGetString(node->doc, node->children, 1); in _get_base_node_value()
1182 ZVAL_STR(&value, sxe_xmlNodeListGetString(node->doc, node->children, 1)); in sxe_get_prop_hash()
1207 ZVAL_STR(&value, sxe_xmlNodeListGetString(node->doc, node, 1)); in sxe_get_prop_hash()
1752 nsptr = xmlSearchNsByHref(node->doc, node, (xmlChar *)nsuri); in SXE_METHOD()
1828 nsptr = xmlSearchNsByHref(node->doc, node, (xmlChar *)nsuri); in SXE_METHOD()
2546 if (nodep->doc == NULL) { in PHP_FUNCTION()
2564 php_libxml_increment_doc_ref((php_libxml_node_object *)sxe, nodep->doc); in PHP_FUNCTION()
/PHP-7.4/ext/libxml/
H A Dlibxml.c239 if ((node->doc != NULL) && (((xmlAttrPtr) node)->atype == XML_ATTRIBUTE_ID)) { in php_libxml_node_free_list()
240 xmlRemoveID(node->doc, (xmlAttrPtr) node); in php_libxml_node_free_list()
257 node->doc = NULL; in php_libxml_node_free_list()
1369 node->doc = NULL; in php_libxml_node_free_resource()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_auth_pam.phpt46 …https://dev.mysql.com/doc/refman/8.0/en/pam-pluggable-authentication.html#pam-pluggable-authentica…
/PHP-7.4/
H A DCONTRIBUTING.md110 [per the instructions on the documentation site](http://doc.php.net/tutorial/).
124 documentation writers can be found on #php.doc. Windows development IRC channel
H A DCODING_STANDARDS.md298 The `proto` keyword there is just a helper for the `doc/genfuncsummary` script
H A DREADME.REDIST.BINS31 redistributions. The documentation for PCRE2, supplied in the "doc" directory,
H A Dphp.ini-development749 ; http://php.net/doc-root
H A Dphp.ini-production749 ; http://php.net/doc-root
H A DNEWS1822 . Fixed bug #77922 (Double release of doc comment on inherited shadow
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c1139 docp = node->doc; in PHP_METHOD()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2278 # <http://www.fifi.org/doc/libapt-pkg-doc/cache.html/ch2.html>
4499 # David J. Singer <doc@deadvirgins.org.uk>
6387 # http://www.delorie.com/djgpp/doc/coff/filhdr.html
14444 # http://www.delorie.com/djgpp/doc/coff/filhdr.html
20965 # syslinux:doc/comboot.txt
21102 !:ext doc
22861 !:ext doc/dot
22865 !:ext doc
22994 # list the following header format in inf02a.doc:
24648 # https://doc.qt.io/qt-5/resources.html
[all …]
H A Dmagic2278 # <http://www.fifi.org/doc/libapt-pkg-doc/cache.html/ch2.html>
4499 # David J. Singer <doc@deadvirgins.org.uk>
6387 # http://www.delorie.com/djgpp/doc/coff/filhdr.html
14444 # http://www.delorie.com/djgpp/doc/coff/filhdr.html
20965 # syslinux:doc/comboot.txt
21102 !:ext doc
22861 !:ext doc/dot
22865 !:ext doc
22994 # list the following header format in inf02a.doc:
24648 # https://doc.qt.io/qt-5/resources.html
[all …]
/PHP-7.4/ext/standard/tests/misc/
H A Dbrowscap.ini3826 [DocWeb Link Crawler (http://doc.php.net)]

Completed in 317 milliseconds

1234567