Home
last modified time | relevance | path

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

1234

/PHP-5.4/Zend/
H A Dzend_compile.c2060 zval **ns; in zend_resolve_non_class_name() local
2081 tmp.u.constant = **ns; in zend_resolve_non_class_name()
2111 zval **ns; in zend_resolve_class_name() local
2137 tmp.u.constant = **ns; in zend_resolve_class_name()
6782 zval *name, *ns, tmp; in zend_do_use() local
6791 ALLOC_ZVAL(ns); in zend_do_use()
6792 *ns = ns_name->u.constant; in zend_do_use()
6801 p = zend_memrchr(Z_STRVAL_P(ns), '\\', Z_STRLEN_P(ns)); in zend_do_use()
6805 *name = *ns; in zend_do_use()
6828 char *tmp2 = zend_str_tolower_dup(Z_STRVAL_P(ns), Z_STRLEN_P(ns)); in zend_do_use()
[all …]
/PHP-5.4/ext/libxml/
H A Dlibxml.c211 if (node->ns) { in php_libxml_node_free()
212 xmlFreeNs(node->ns); in php_libxml_node_free()
213 node->ns = NULL; in php_libxml_node_free()
/PHP-5.4/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.4/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.4/win32/
H A Dinstall.txt989 automatic detection of the most recent ns-httpdXX.dll file. This is
995 Init fn=php5_init ... server_lib="ns-httpdXX.dll"
/PHP-5.4/sapi/thttpd/
H A Dthttpd_patch1270 -pac application/x-ns-proxy-autoconfig
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch1132 + /* XXX 5.14 at least introdced 100 ns intervals, this is to do */
/PHP-5.4/
H A DNEWS6300 - Fixed bug #41326 (Writing empty tags with Xmlwriter::WriteElement[ns])

Completed in 74 milliseconds

1234