Home
last modified time | relevance | path

Searched refs:prefix (Results 201 – 225 of 341) sorted by relevance

12345678910>>...14

/PHP-8.3/ext/soap/
H A Dphp_encoding.c293 smart_str prefix = {0}; in soap_check_zval_ref() local
310 smart_str_0(&prefix); in soap_check_zval_ref()
311 id = ZSTR_VAL(prefix.s); in soap_check_zval_ref()
316 smart_str_0(&prefix); in soap_check_zval_ref()
327 smart_str_0(&prefix); in soap_check_zval_ref()
333 smart_str_0(&prefix); in soap_check_zval_ref()
339 smart_str_free(&prefix); in soap_check_zval_ref()
3414 xmlChar* prefix; in encode_add_ns() local
3419 smart_str prefix = {0}; in encode_add_ns() local
3425 smart_str_0(&prefix); in encode_add_ns()
[all …]
/PHP-8.3/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.3/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.3/ext/standard/tests/array/
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.3/ext/simplexml/tests/
H A Dprofile13.phpt2 SimpleXML [profile]: Accessing by namespace prefix
/PHP-8.3/travis/
H A Dcompile.sh22 --prefix="$HOME"/php-install \
/PHP-8.3/ext/dom/tests/
H A DDOMDocument_getElementsByTagName_liveness_write_properties.phpt26 $doc->documentElement->firstChild->prefix = 'ns2';
H A Dclone_nodes.phpt54 ["prefix"]=>
/PHP-8.3/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.3/ext/standard/
H A Darray.c1733 memcpy(Z_STRVAL_P(result), ZSTR_VAL(prefix), ZSTR_LEN(prefix));
1736 Z_STRVAL_P(result)[ZSTR_LEN(prefix)] = '_';
2074 prefix:
2104 goto prefix;
2146 prefix:
2176 goto prefix;
2204 php_prefix_varname(&final_name, prefix, ZSTR_VAL(str), ZSTR_LEN(str), 1);
2487 zend_string *prefix = NULL; local
2495 Z_PARAM_STR(prefix)
2514 if (prefix) {
[all …]
/PHP-8.3/ext/session/tests/
H A Drfc1867_disabled.phpt13 session.upload_progress.prefix=upload_progress_
H A Drfc1867_disabled_2.phpt13 session.upload_progress.prefix=upload_progress_
H A Drfc1867_no_name.phpt13 session.upload_progress.prefix=upload_progress_
H A Drfc1867_sid_only_cookie_2.phpt12 session.upload_progress.prefix=upload_progress_
H A Drfc1867_cleanup.phpt13 session.upload_progress.prefix=upload_progress_
/PHP-8.3/ext/simplexml/
H A Dsimplexml.stub.php18 public function registerXPathNamespace(string $prefix, string $namespace): bool {} argument
/PHP-8.3/ext/standard/tests/general_functions/
H A Dintval_binary_prefix.phpt2 Test intval() function with "0b" string prefix
/PHP-8.3/main/
H A Dbuild-defs.h.in28 #define PHP_PREFIX "@prefix@"
/PHP-8.3/Zend/
H A Dzend_exceptions.h71 ZEND_NORETURN void zend_exception_uncaught_error(const char *prefix, ...) ZEND_ATTRIBUTE_FORMAT(pri…
/PHP-8.3/ext/standard/tests/file/
H A Dtempnam_variation6-win32.phpt12 /* Trying to create unique files by passing previously created unique file name as prefix */
H A Dtempnam_variation6.phpt10 /* Trying to create unique files by passing previously created unique file name as prefix */
/PHP-8.3/.github/actions/configure-x32/
H A Daction.yml20 --prefix=/usr \

Completed in 66 milliseconds

12345678910>>...14