Home
last modified time | relevance | path

Searched refs:ns (Results 51 – 75 of 86) sorted by relevance

1234

/PHP-5.6/Zend/tests/
H A Dns_083.phpt2 083: bracketed namespace with junk before the ns declaration
H A Dns_036.phpt2 036: Name ambiguity in compile-time constant reference (ns name)
/PHP-5.6/ext/simplexml/tests/
H A Dprofile05.phpt9 <root xmlns:reserved="reserved-ns">
H A Dprofile08.phpt9 <root xmlns:reserved="reserved-ns">
H A Dprofile09.phpt9 <root xmlns:reserved="reserved-ns">
H A D031.phpt25 $sxe->addAttribute('att2', 'no-ns');
52 …::test" xmlns:t="urn::test-t" xmlns:v="urn::test-v" s:att1="b" att1="a" v:att11="xxx" att2="no-ns">
/PHP-5.6/ext/soap/tests/bugs/
H A Dbug40609.wsdl1 …g/wsdl/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:ns="http://quickstart.s…
26ns:update" /></wsdl:message><wsdl:message name="getPriceMessage"><wsdl:part name="part1" element="
H A Dbug69462.phpt7 $namespace = "http://example.com/ns";
/PHP-5.6/sapi/aolserver/
H A Dconfig.w3210 …if (CHECK_HEADER_ADD_INCLUDE("ns.h", "CFLAGS_AOLSERVER", PHP_AOLSERVER) && CHECK_LIB("nsd.lib", "a…
H A DREADME43 ns_section "ns/server/${servername}/module/php"
61 ns_section "ns/server/${servername}/modules"
/PHP-5.6/ext/dom/
H A Dnodelist.c87 curnode = dom_get_elements_by_tag_name_ns_raw(nodep, objmap->ns, objmap->local, &count, -1); in dom_nodelist_length_read()
158 … itemnode = dom_get_elements_by_tag_name_ns_raw(nodep, objmap->ns, objmap->local, &count, index); in PHP_FUNCTION()
H A Dphp_dom.c1119 …int ntype, dom_object *intern, xmlHashTablePtr ht, xmlChar *local, xmlChar *ns TSRMLS_DC) /* {{{ */ in dom_namednode_iter()
1138 mapptr->ns = ns; in dom_namednode_iter()
1260 if (objmap->ns) { in dom_nnodemap_object_dtor()
1261 xmlFree(objmap->ns); in dom_nnodemap_object_dtor()
1301 objmap->ns = NULL; in dom_nnodemap_objects_new()
1485 xmlNode *dom_get_elements_by_tag_name_ns_raw(xmlNodePtr nodep, char *ns, char *local, int *cur, int… in dom_get_elements_by_tag_name_ns_raw() argument
1492 …if (ns == NULL || (nodep->ns != NULL && (xmlStrEqual(nodep->ns->href, (xmlChar *)ns) || xmlStrEqua… in dom_get_elements_by_tag_name_ns_raw()
1500 ret = dom_get_elements_by_tag_name_ns_raw(nodep->children, ns, local, cur, index); in dom_get_elements_by_tag_name_ns_raw()
1559 void dom_set_old_ns(xmlDoc *doc, xmlNs *ns) { in dom_set_old_ns() argument
1580 cur->next = ns; in dom_set_old_ns()
H A Ddom_iterators.c226 …curnode = dom_get_elements_by_tag_name_ns_raw(basenode, objmap->ns, objmap->local, &previndex, ite… in php_dom_iterator_move_forward()
306 curnode = dom_get_elements_by_tag_name_ns_raw(nodep, objmap->ns, objmap->local, &curindex, 0); in php_dom_get_iterator()
/PHP-5.6/ext/dom/tests/
H A Dbug38949.phpt23 http://ns
/PHP-5.6/ext/standard/
H A Ddns.c339 int ns; in _php_dns_free_res() local
340 for (ns = 0; ns < MAXNS; ns++) { in _php_dns_free_res()
341 if (res._u._ext.nsaddrs[ns] != NULL) { in _php_dns_free_res()
342 free (res._u._ext.nsaddrs[ns]); in _php_dns_free_res()
343 res._u._ext.nsaddrs[ns] = NULL; in _php_dns_free_res()
783 int n, qd, an, ns = 0, ar = 0; in PHP_FUNCTION() local
936 ns = ntohs(hp->nscount); in PHP_FUNCTION()
965 while (ns-- > 0 && cp && cp < end) { in PHP_FUNCTION()
/PHP-5.6/ext/soap/
H A Dphp_encoding.h179 char *ns; member
206 xmlNsPtr encode_add_ns(xmlNodePtr node, const char* ns);
/PHP-5.6/sapi/nsapi/
H A Dconfig.w3215 CHECK_LIB("ns-httpd*.lib", "nsapi", PHP_NSAPI + ";" + PHP_NSAPI_LIBS)) {
H A Dphp5nsapi.dsp57 # ADD LINK32 ns-httpd30.lib php5ts.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib …
83 # ADD LINK32 ns-httpd30.lib php5ts.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib …
109 # ADD LINK32 ns-httpd30.lib php5ts_debug.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg3…
/PHP-5.6/ext/standard/tests/network/
H A Dnews.rss6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
/PHP-5.6/ext/xmlwriter/tests/
H A Dbug41326.phpt2 Bug #41287 (Writing empty tags with Xmlwriter::WriteElement[ns])
/PHP-5.6/
H A Dconfig.sub158 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
1663 *-ns)
1748 vendor=ns
/PHP-5.6/ext/pcre/tests/
H A D004.phpt15 …@/\*.*\*/@SsUe'), array('', 'preg_replace("/[^\r\n]+/S", "", \'$0\')'), "hello\n//x \n/*\ns\n*/"));
/PHP-5.6/Zend/
H A Dzend_compile.c2124 zval **ns; in zend_resolve_non_class_name() local
2267 zval **ns; in zend_resolve_class_name() local
7175 MAKE_STD_ZVAL(ns); in zend_do_use()
7185 p = zend_memrchr(Z_STRVAL_P(ns), '\\', Z_STRLEN_P(ns)); in zend_do_use()
7211 char *tmp2 = zend_str_tolower_dup(Z_STRVAL_P(ns), Z_STRLEN_P(ns)); in zend_do_use()
7223 char *c_tmp = zend_str_tolower_dup(Z_STRVAL_P(ns), Z_STRLEN_P(ns)); in zend_do_use()
7252 MAKE_STD_ZVAL(ns); in zend_do_use_non_class()
7262 p = zend_memrchr(Z_STRVAL_P(ns), '\\', Z_STRLEN_P(ns)); in zend_do_use_non_class()
7285 char *tmp2 = zend_str_tolower_dup(Z_STRVAL_P(ns), Z_STRLEN_P(ns)); in zend_do_use_non_class()
7298 char *c_tmp = zend_str_tolower_dup(Z_STRVAL_P(ns), Z_STRLEN_P(ns)); in zend_do_use_non_class()
[all …]
/PHP-5.6/ext/standard/tests/strings/
H A Dwordwrap_variation2.phpt121 string(223) "<br />\nt<br />\ne<br />\ns<br />\nt<br />\ni<br />\nn<br />\ng<br />\n<br />\nw<br />…
128 string(223) "<br />\nt<br />\ne<br />\ns<br />\nt<br />\ni<br />\nn<br />\ng<br />\n<br />\nw<br />…
200 string(199) "t<br />\ne<br />\ns<br />\nt<br />\ni<br />\nn<br />\ng<br />\nw<br />\no<br />\nr<br …
216 string(199) "t<br />\ne<br />\ns<br />\nt<br />\ni<br />\nn<br />\ng<br />\nw<br />\no<br />\nr<br …
/PHP-5.6/ext/soap/tests/
H A Dtypemap013.phpt2 SOAP typemap 13: SoapServer support for typemap's to_xml() with default ns

Completed in 59 milliseconds

1234