Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-8.1/ext/dom/
H A Dphp_dom.c1451 doc->oldNs->prefix = xmlStrdup((const xmlChar *)"xml"); in dom_set_old_ns()
1473 (curns->prefix == NULL || xmlStrEqual(nsptr->prefix, curns->prefix))) { in dom_reconcile_ns_internal()
1565 if (*prefix == NULL && uri_len == 0) { in dom_check_qname()
1576 if (*prefix != NULL && uri_len == 0) { in dom_check_qname()
1600 if (! ((prefix && !strcmp (prefix, "xml") && strcmp(uri, (char *)XML_XML_NAMESPACE)) || in dom_get_ns()
1601 (prefix && !strcmp (prefix, "xmlns") && strcmp(uri, (char *)DOM_XMLNS_NAMESPACE)) || in dom_get_ns()
1602 (prefix && !strcmp(uri, (char *)DOM_XMLNS_NAMESPACE) && strcmp (prefix, "xmlns")))) { in dom_get_ns()
1625 if (cur->prefix == NULL && cur->href != NULL) { in dom_get_nsdecl()
1634 if (cur->prefix != NULL && xmlStrEqual(localName, cur->prefix)) { in dom_get_nsdecl()
1649 if (original->prefix) { in php_dom_create_fake_namespace_decl_node_ptr()
[all …]
/PHP-8.1/ext/simplexml/
H A Dsimplexml.c96 if (node->ns && !xmlStrcmp(prefix ? node->ns->prefix : node->ns->href, name)) { in match_ns()
1353 char *prefix, *ns_uri; in PHP_METHOD() local
1459 #define SXE_NS_PREFIX(ns) (ns->prefix ? (char*)ns->prefix : "")
1464 zend_string *key = zend_string_init(prefix, strlen(prefix), 0); in sxe_add_namespace_name()
1722 if (prefix != NULL) { in PHP_METHOD()
1723 xmlFree(prefix); in PHP_METHOD()
1767 xmlFree(prefix); in PHP_METHOD()
1778 if (prefix != NULL) { in PHP_METHOD()
1779 xmlFree(prefix); in PHP_METHOD()
1795 if (prefix != NULL) { in PHP_METHOD()
[all …]
/PHP-8.1/ext/xmlwriter/tests/
H A Dbug79344.phpt2 FR #79344 (xmlwriter_write_attribute_ns: $prefix should be nullable)
/PHP-8.1/ext/phar/
H A Dtar.h89 char prefix[155]; /* prefix for file name; member
/PHP-8.1/scripts/
H A Dphpize.in4 prefix='@prefix@'
155 -e "s#@prefix@#$prefix#" \
/PHP-8.1/ext/dom/tests/
H A Dbug80602_3.phpt65 ["prefix"]=>
114 ["prefix"]=>
H A Dbug78577.phpt23 ["prefix"]=>
H A Dgh12616_1.phpt2 GH-12616 (DOM: Removing XMLNS namespace node results in invalid default: prefix)
H A Dbug70359.phpt61 [prefix] =>
77 [prefix] => xsi
H A Dxpath_domnamespacenode.phpt27 ["prefix"]=>
/PHP-8.1/ext/standard/
H A Dhttp.c226 char *prefix = NULL, *arg_sep=NULL; in PHP_FUNCTION() local
234 Z_PARAM_STRING(prefix, prefix_len) in PHP_FUNCTION()
239 …php_url_encode_hash_ex(HASH_OF(formdata), &formstr, prefix, prefix_len, NULL, 0, NULL, 0, (Z_TYPE_… in PHP_FUNCTION()
/PHP-8.1/ext/standard/tests/array/
H A Dbug77669.phpt14 extract($prefix_foo, $mode, "prefix");
H A Darray_walk_basic2.phpt10 function test_alter(&$item, $key, $prefix)
16 var_dump($prefix); // additional argument passed to callback function
H A Darray_walk_recursive_basic2.phpt10 function test_alter(&$item, $key, $prefix)
16 var_dump($prefix); // additional argument passed to callback function
/PHP-8.1/ext/zip/tests/
H A Dbug_gh12661.phpt13 $zip->addGlob(__FILE__, 0, ['remove_path' => 'bug_']); // unchanged (bug is not a prefix)
/PHP-8.1/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp874_1.phpt28 $prefix = create_data("file_cp874", $item, 874);
/PHP-8.1/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc19 #define Sponge JOIN(prefix, _Sponge)
20 #define SpongeInstance JOIN(prefix, _SpongeInstance)
21 #define SpongeInitialize JOIN(prefix, _SpongeInitialize)
22 #define SpongeAbsorb JOIN(prefix, _SpongeAbsorb)
23 #define SpongeAbsorbLastFewBits JOIN(prefix, _SpongeAbsorbLastFewBits)
24 #define SpongeSqueeze JOIN(prefix, _SpongeSqueeze)
/PHP-8.1/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc19 #define Sponge JOIN(prefix, _Sponge)
20 #define SpongeInstance JOIN(prefix, _SpongeInstance)
21 #define SpongeInitialize JOIN(prefix, _SpongeInitialize)
22 #define SpongeAbsorb JOIN(prefix, _SpongeAbsorb)
23 #define SpongeAbsorbLastFewBits JOIN(prefix, _SpongeAbsorbLastFewBits)
24 #define SpongeSqueeze JOIN(prefix, _SpongeSqueeze)
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_mips.lua159 local function writeglobals(out, prefix)
164 out:write(" ", prefix, t[i], ",\n")
166 out:write(" ", prefix, "_MAX\n};\n")
916 local prefix = sub(label, 1, 2)
918 if prefix == "=>" then
922 if prefix == "->" then
1029 local prefix = params[1] -- No syntax check. You get to keep the pieces.
1030 wline(function(out) writeglobals(out, prefix) end)
/PHP-8.1/ext/imap/tests/setup/
H A Dclean.inc25 // Only delete mailbox with our prefix (+ optional test suffix)
/PHP-8.1/ext/simplexml/tests/
H A Dbug43221.phpt15 Warning: SimpleXMLElement::addAttribute(): Attribute requires prefix for namespace in %sbug43221.ph…
/PHP-8.1/ext/opcache/jit/libudis86/
H A Dsyn-att.c129 if (! P_OSO(u->itab_entry->prefix) && u->pfx_opr) { in ud_translate_att()
142 if (! P_ASO(u->itab_entry->prefix) && u->pfx_adr) { in ud_translate_att()
/PHP-8.1/ext/xmlwriter/
H A Dphp_xmlwriter_arginfo.h42 ZEND_ARG_TYPE_INFO(0, prefix, IS_STRING, 1)
49 ZEND_ARG_TYPE_INFO(0, prefix, IS_STRING, 1)
71 ZEND_ARG_TYPE_INFO(0, prefix, IS_STRING, 1)
209 ZEND_ARG_TYPE_INFO(0, prefix, IS_STRING, 1)
215 ZEND_ARG_TYPE_INFO(0, prefix, IS_STRING, 1)
235 ZEND_ARG_TYPE_INFO(0, prefix, IS_STRING, 1)
/PHP-8.1/ext/xml/
H A Dcompat.c89 _start_element_handler_ns(void *user, const xmlChar *name, const xmlChar *prefix, const xmlChar *UR… in _start_element_handler_ns() argument
109 if (prefix) { in _start_element_handler_ns()
110 qualified_name = xmlStrncatNew((xmlChar *)"<", prefix, xmlStrlen(prefix)); in _start_element_handler_ns()
224 _end_element_handler_ns(void *user, const xmlChar *name, const xmlChar * prefix, const xmlChar *URI) in _end_element_handler_ns() argument
234 if (prefix) { in _end_element_handler_ns()
235 end_element_len = spprintf(&end_element, 0, "</%s:%s>", (char *) prefix, (char *)name); in _end_element_handler_ns()
/PHP-8.1/ext/spl/tests/
H A DSplObjectStorage_unserialize_invalid_parameter2.phpt12 'x:rubbish', // rubbish after the 'x:' prefix

Completed in 40 milliseconds

12345678910>>...13