Home
last modified time | relevance | path

Searched refs:prefix (Results 176 – 200 of 318) sorted by relevance

12345678910>>...13

/PHP-8.1/ext/pdo/
H A DMakefile.frag1 phpincludedir=$(prefix)/include/php
/PHP-8.1/ext/session/tests/
H A Dbug79221.phpt17 session.upload_progress.prefix=upload_progress_
H A Drfc1867_disabled.phpt13 session.upload_progress.prefix=upload_progress_
H A Drfc1867_disabled_2.phpt13 session.upload_progress.prefix=upload_progress_
/PHP-8.1/ext/dom/tests/
H A Dgh12616_2.phpt2 GH-12616 (DOM: Removing XMLNS namespace node results in invalid default: prefix)
H A Dclone_nodes.phpt54 ["prefix"]=>
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_conf.h56 char *prefix; member
/PHP-8.1/ext/opcache/jit/libudis86/
H A Dsyn-intel.c130 if (!P_OSO(u->itab_entry->prefix) && u->pfx_opr) { in ud_translate_intel()
139 if (!P_ASO(u->itab_entry->prefix) && u->pfx_adr) { in ud_translate_intel()
/PHP-8.1/ext/spl/
H A Dspl_iterators.c107 zend_string *prefix[6]; member
933 if (object->prefix[i]) { in spl_RecursiveIteratorIterator_free_storage()
934 zend_string_release(object->prefix[i]); in spl_RecursiveIteratorIterator_free_storage()
968 intern->prefix[0] = ZSTR_EMPTY_ALLOC(); in spl_RecursiveIteratorIterator_new_ex()
973 intern->prefix[5] = ZSTR_EMPTY_ALLOC(); in spl_RecursiveIteratorIterator_new_ex()
1066 zend_string *prefix; in PHP_METHOD() local
1079 object->prefix[part] = zend_string_copy(prefix); in PHP_METHOD()
1188 ZSTR_VAL(prefix), ZSTR_LEN(prefix), in PHP_METHOD()
1193 zend_string_release(prefix); in PHP_METHOD()
1227 ZSTR_VAL(prefix), ZSTR_LEN(prefix), in PHP_METHOD()
[all …]
/PHP-8.1/ext/standard/tests/array/
H A Dextract_variation5.phpt29 var_dump ( extract($sub_array, EXTR_PREFIX_ALL, "")); // "_" taken as default prefix
H A Dextract_variation2.phpt30 var_dump ( extract($sub_array, EXTR_PREFIX_ALL, "")); // "_" taken as default prefix
H A Dextract_variation4.phpt30 var_dump ( extract($sub_array, EXTR_PREFIX_ALL, "")); // "_" taken as default prefix
H A Dextract_variation3.phpt30 var_dump ( extract($sub_array, EXTR_PREFIX_ALL, "")); // "_" taken as default prefix
/PHP-8.1/ext/standard/
H A Darray.c1694 memcpy(Z_STRVAL_P(result), ZSTR_VAL(prefix), ZSTR_LEN(prefix));
1697 Z_STRVAL_P(result)[ZSTR_LEN(prefix)] = '_';
2014 prefix:
2044 goto prefix;
2083 prefix:
2113 goto prefix;
2141 php_prefix_varname(&final_name, prefix, ZSTR_VAL(str), ZSTR_LEN(str), 1);
2418 zend_string *prefix = NULL; local
2426 Z_PARAM_STR(prefix)
2445 if (prefix) {
[all …]
/PHP-8.1/ext/mbstring/ucgendat/
H A Ducgendat.php532 $prefix = "_uccase_" . $name;
537 $result .= "static const unsigned {$prefix}_g_size = " . count($gTable) . ";\n";
538 $result .= "static const short {$prefix}_g[] = {";
541 $result .= "static const unsigned {$prefix}_table_size = " . count($table) . ";\n";
542 $result .= "static const unsigned {$prefix}_table[] = {";
/PHP-8.1/ext/soap/
H A Dphp_encoding.c292 smart_str prefix = {0}; in soap_check_zval_ref() local
309 smart_str_0(&prefix); in soap_check_zval_ref()
310 id = ZSTR_VAL(prefix.s); in soap_check_zval_ref()
315 smart_str_0(&prefix); in soap_check_zval_ref()
326 smart_str_0(&prefix); in soap_check_zval_ref()
332 smart_str_0(&prefix); in soap_check_zval_ref()
338 smart_str_free(&prefix); in soap_check_zval_ref()
3374 xmlChar* prefix; in encode_add_ns() local
3379 smart_str prefix = {0}; in encode_add_ns() local
3386 smart_str_0(&prefix); in encode_add_ns()
[all …]
/PHP-8.1/ext/dom/
H A Dphp_dom.h121 int dom_check_qname(char *qname, char **localname, char **prefix, int uri_len, int name_len);
122 xmlNsPtr dom_get_ns(xmlNodePtr node, char *uri, int *errorcode, char *prefix);
H A Dphp_dom.stub.php96 public string $prefix; variable in DOMNode
147 public function lookupNamespaceURI(?string $prefix): ?string {} argument
174 public string $prefix; variable in DOMNameSpaceNode
694 public function registerNamespace(string $prefix, string $namespace): bool {} argument
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_arm.lua160 local function writeglobals(out, prefix)
165 out:write(" ", prefix, t[i], ",\n")
167 out:write(" ", prefix, "_MAX\n};\n")
689 local prefix = sub(label, 1, 2)
691 if prefix == "=>" then
695 if prefix == "->" then
961 local prefix = params[1] -- No syntax check. You get to keep the pieces.
962 wline(function(out) writeglobals(out, prefix) end)
H A Ddasm_arm64.lua162 local function writeglobals(out, prefix)
167 out:write(" ", prefix, t[i], ",\n")
169 out:write(" ", prefix, "_MAX\n};\n")
579 local prefix = label:sub(1, 2)
581 if prefix == "=>" then
585 if prefix == "->" then
1040 local prefix = params[1] -- No syntax check. You get to keep the pieces.
1041 wline(function(out) writeglobals(out, prefix) end)
/PHP-8.1/ext/simplexml/tests/
H A Dprofile13.phpt2 SimpleXML [profile]: Accessing by namespace prefix
/PHP-8.1/travis/
H A Dcompile.sh22 --prefix="$HOME"/php-install \
/PHP-8.1/sapi/embed/
H A DREADME.md36 …shared lib for linking PHP (`-lphp`) which is located at `$(php-config --prefix)/lib`. So the comp…
41 -L$(php-config --prefix)/lib \
44 -Wl,-rpath=$(php-config --prefix)/lib
/PHP-8.1/ext/standard/tests/general_functions/
H A Dintval_binary_prefix.phpt2 Test intval() function with "0b" string prefix
/PHP-8.1/ext/simplexml/
H A Dsimplexml.stub.php18 public function registerXPathNamespace(string $prefix, string $namespace): bool {} argument

Completed in 131 milliseconds

12345678910>>...13