Home
last modified time | relevance | path

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

1234

/PHP-7.1/ext/dom/tests/
H A Ddom007.phpt20 <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
/PHP-7.1/ext/standard/tests/strings/
H A Dwordwrap_error.phpt77 string(223) "<br />\nt<br />\ne<br />\ns<br />\nt<br />\ni<br />\nn<br />\ng<br />\n<br />\nw<br />…
/PHP-7.1/ext/libxml/
H A Dlibxml.c216 if (node->ns) { in php_libxml_node_free()
217 xmlFreeNs(node->ns); in php_libxml_node_free()
218 node->ns = NULL; in php_libxml_node_free()
/PHP-7.1/ext/dom/
H A Ddocument.c1008 if ((retnodep->type == XML_ATTRIBUTE_NODE) && (nodep->ns != NULL)) { in PHP_FUNCTION()
1012 nsptr = xmlSearchNsByHref (nodep->doc, root, nodep->ns->href); in PHP_FUNCTION()
1015 nsptr = dom_get_ns(root, (char *) nodep->ns->href, &errorcode, (char *) nodep->ns->prefix); in PHP_FUNCTION()
1083 nodep->ns = nsptr; in PHP_FUNCTION()
/PHP-7.1/ext/fileinfo/libmagic/
H A Dcdf.c617 size_t ss = CDF_SEC_SIZE(h), ns, nd; in cdf_read_dir() local
621 ns = cdf_count_chain(sat, sid, ss); in cdf_read_dir()
622 if (ns == (size_t)-1) in cdf_read_dir()
627 dir->dir_len = ns * nd; in cdf_read_dir()
638 for (j = i = 0; i < ns; i++, j++) { in cdf_read_dir()
/PHP-7.1/ext/xsl/
H A Dxsltprocessor.c277 node->ns = curns; in xsl_ext_function_php()
450 …&& xmlStrEqual(nodep->name, (const xmlChar *) "key") && xmlStrEqual(nodep->ns->href, XSLT_NAMESPAC… in PHP_FUNCTION()
/PHP-7.1/Zend/
H A Dzend_compile.c853 zend_string *ns = FC(current_namespace); in zend_prefix_with_ns() local
854 return zend_concat_names(ZSTR_VAL(ns), ZSTR_LEN(ns), ZSTR_VAL(name), ZSTR_LEN(name)); in zend_prefix_with_ns()
6288 zend_string *ns = zend_ast_get_str(ast->child[0]); in zend_compile_group_use() local
6295 …zend_string *compound_ns = zend_concat_names(ZSTR_VAL(ns), ZSTR_LEN(ns), ZSTR_VAL(name), ZSTR_LEN(… in zend_compile_group_use()
/PHP-7.1/win32/
H A Dinstall.txt847 automatic detection of the most recent ns-httpdXX.dll file. This is
853 Init fn=php7_init ... server_lib="ns-httpdXX.dll"
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch1162 + /* XXX 5.14 at least introdced 100 ns intervals, this is to do */
/PHP-7.1/
H A DNEWS1368 . Fixed bug #67474 (getElementsByTagNameNS filter on default ns). (aboks)

Completed in 93 milliseconds

1234