Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-8.1/ext/dom/tests/
H A Ddomobject_debug_handler.phpt90 ["prefix"]=>
H A DtoString_exceptions.phpt38 try { $node3->prefix = $badStr; } catch (Exception $e) { echo "Exception\n"; }
H A Dcanonicalization.phpt41 test namespace prefix is also included. */
48 test namespace prefix is also included */
/PHP-8.1/sapi/fpm/
H A Dwww.conf.in6 ; Per pool prefix
15 ; When not set, the global prefix (or @php_fpm_prefix@) applies instead.
16 ; Note: This directive can also be relative to the global prefix.
18 ;prefix = /path/to/pools/$pool
392 ; Note: you can prefix with '$prefix' to chroot to the pool prefix or one
393 ; of its subdirectories. If the pool prefix is not set, the global prefix
413 ; Decorate worker output with prefix and suffix containing information about
460 ; Note: path INI options can be relative and will be expanded with the prefix
461 ; (pool, global or @prefix@)
/PHP-8.1/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 */
H A Dreadfile_variation10.phpt27 /* prefix with path separator of a non existing directory*/
H A Dfile_get_contents_variation8.phpt27 /* prefix with path separator of a non existing directory*/
/PHP-8.1/main/
H A Dbuild-defs.h.in28 #define PHP_PREFIX "@prefix@"
/PHP-8.1/ext/session/tests/
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.1/Zend/
H A Dzend_exceptions.h71 ZEND_NORETURN void zend_exception_uncaught_error(const char *prefix, ...) ZEND_ATTRIBUTE_FORMAT(pri…
/PHP-8.1/.github/actions/configure-x32/
H A Daction.yml20 --prefix=/usr \
/PHP-8.1/ext/standard/
H A Dbasic_functions.h52 PHPAPI int php_prefix_varname(zval *result, zend_string *prefix, const char *var_name, size_t var_n…
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_x86.lua227 local function writeglobals(out, prefix)
232 out:write(" ", prefix, gsub(t[i], "@.*", ""), ",\n")
234 out:write(" ", prefix, "_MAX\n};\n")
705 local prefix = sub(expr, 1, 2)
707 if prefix == "=>" then
711 if prefix == "->" then
2083 local prefix = sub(szm, 1, 1)
2096 if prefix == "1" then szp = args[1].opsize; szmix = nil
2097 elseif prefix == "2" then szp = args[2].opsize; szmix = nil end
2098 if not szmix and (prefix == "." or match(szm, szp or "#")) then
[all …]
H A Ddynasm.lua620 local prefix = ""
623 local fp = assert(io.open(prefix..name..".lua"))
1087 prefix = match(arg[0], "^(.*[/\\])")
1088 if package and prefix then package.path = prefix.."?.lua;"..package.path end
/PHP-8.1/ext/phar/phar/
H A Dclicommand.inc112 static function getSubFuncs(CLICommand $cmdclass, $prefix, array $subs)
116 $l = strlen($prefix);
119 if (substr($m->name, 0, $l) == $prefix) {
122 $func = $prefix . $sub . '_' . $what;
/PHP-8.1/ext/session/
H A Dsession.stub.php17 function session_create_id(string $prefix = ""): string|false {} argument
/PHP-8.1/ext/snmp/
H A Dconfig.m417 SNMP_PREFIX=`$SNMP_CONFIG --prefix`
/PHP-8.1/ext/dom/
H A Ddocument.c850 nsptr = dom_get_ns(root, (char *) nodep->ns->href, &errorcode, (char *) nodep->ns->prefix); in PHP_METHOD()
872 char *localname = NULL, *prefix = NULL; in PHP_METHOD() local
883 errorcode = dom_check_qname(name, &localname, &prefix, uri_len, name_len); in PHP_METHOD()
891 nsptr = dom_get_ns(nodep, uri, &errorcode, prefix); in PHP_METHOD()
901 if (prefix != NULL) { in PHP_METHOD()
902 xmlFree(prefix); in PHP_METHOD()
936 char *localname = NULL, *prefix = NULL; in PHP_METHOD() local
949 errorcode = dom_check_qname(name, &localname, &prefix, uri_len, name_len); in PHP_METHOD()
956 nsptr = dom_get_ns(root, uri, &errorcode, prefix); in PHP_METHOD()
970 if (prefix != NULL) { in PHP_METHOD()
[all …]
H A Dxpath.c296 unsigned char *prefix, *ns_uri; in PHP_METHOD() local
299 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss", &prefix, &prefix_len, &ns_uri, &ns_uri_len) == FA… in PHP_METHOD()
311 if (xmlXPathRegisterNs(ctxp, prefix, ns_uri) != 0) { in PHP_METHOD()
/PHP-8.1/ext/opcache/jit/libudis86/
H A Ddecode.h179 uint32_t prefix; member
/PHP-8.1/.github/actions/configure-x64/
H A Daction.yml15 --prefix=/usr \
/PHP-8.1/win32/build/
H A Dconfig.w32.phpize.in45 ARG_WITH('prefix', 'PHP installation prefix', PHP_PREFIX);

Completed in 46 milliseconds

12345678910>>...13