Home
last modified time | relevance | path

Searched refs:ns (Results 76 – 85 of 85) sorted by relevance

1234

/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt139 detection of the most recent ns-httpdXX.dll file. This is tested for servers
146 Init fn=php5_init ... server_lib="ns-httpdXX.dll"
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.c601 size_t ss = CDF_SEC_SIZE(h), ns, nd; in cdf_read_dir() local
605 ns = cdf_count_chain(sat, sid, ss); in cdf_read_dir()
606 if (ns == (size_t)-1) in cdf_read_dir()
611 dir->dir_len = ns * nd; in cdf_read_dir()
622 for (j = i = 0; i < ns; i++, j++) { in cdf_read_dir()
/PHP-5.5/Zend/
H A Dzend_compile.c2083 zval **ns; in zend_resolve_non_class_name() local
2104 tmp.u.constant = **ns; in zend_resolve_non_class_name()
2187 zval **ns; in zend_resolve_class_name() local
2213 tmp.u.constant = **ns; in zend_resolve_class_name()
7022 zval *name, *ns, tmp; in zend_do_use() local
7031 ALLOC_ZVAL(ns); in zend_do_use()
7032 *ns = ns_name->u.constant; in zend_do_use()
7041 p = zend_memrchr(Z_STRVAL_P(ns), '\\', Z_STRLEN_P(ns)); in zend_do_use()
7045 *name = *ns; in zend_do_use()
7068 char *tmp2 = zend_str_tolower_dup(Z_STRVAL_P(ns), Z_STRLEN_P(ns)); in zend_do_use()
[all …]
/PHP-5.5/ext/libxml/
H A Dlibxml.c212 if (node->ns) { in php_libxml_node_free()
213 xmlFreeNs(node->ns); in php_libxml_node_free()
214 node->ns = NULL; in php_libxml_node_free()
/PHP-5.5/ext/dom/
H A Ddocument.c1208 if ((retnodep->type == XML_ATTRIBUTE_NODE) && (nodep->ns != NULL)) { in PHP_FUNCTION()
1212 nsptr = xmlSearchNsByHref (nodep->doc, root, nodep->ns->href); in PHP_FUNCTION()
1215 nsptr = dom_get_ns(root, (char *) nodep->ns->href, &errorcode, (char *) nodep->ns->prefix); in PHP_FUNCTION()
1282 nodep->ns = nsptr; in PHP_FUNCTION()
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c283 node->ns = curns; in xsl_ext_function_php()
459 …if (nodep->type == XML_ELEMENT_NODE && xmlStrEqual(nodep->name, "key") && xmlStrEqual(nodep->ns->h… in PHP_FUNCTION()
/PHP-5.5/win32/
H A Dinstall.txt856 automatic detection of the most recent ns-httpdXX.dll file. This is
862 Init fn=php5_init ... server_lib="ns-httpdXX.dll"
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1270 -pac application/x-ns-proxy-autoconfig
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1132 + /* XXX 5.14 at least introdced 100 ns intervals, this is to do */
/PHP-5.5/
H A DNEWS7489 - Fixed bug #41326 (Writing empty tags with Xmlwriter::WriteElement[ns])

Completed in 82 milliseconds

1234