Home
last modified time | relevance | path

Searched refs:prefix (Results 226 – 250 of 341) sorted by relevance

12345678910>>...14

/PHP-8.3/ext/dom/tests/
H A DDOMElement_setAttributeNS_prefix_conflict.phpt2 DOMElement::setAttributeNS() with prefix name conflict
H A Ddomobject_debug_handler.phpt95 ["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.3/ext/standard/
H A Dbasic_functions.h55 PHPAPI int php_prefix_varname(zval *result, zend_string *prefix, const char *var_name, size_t var_n…
/PHP-8.3/ext/standard/tests/file/
H A Dreadfile_variation10.phpt27 /* prefix with path separator of a non existing directory*/
H A Dreadfile_variation10-win32.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.3/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
2085 local prefix = sub(szm, 1, 1)
2098 if prefix == "1" then szp = args[1].opsize; szmix = nil
2099 elseif prefix == "2" then szp = args[2].opsize; szmix = nil end
2100 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.3/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
413 ; Note: you can prefix with '$prefix' to chroot to the pool prefix or one
414 ; of its subdirectories. If the pool prefix is not set, the global prefix
434 ; Decorate worker output with prefix and suffix containing information about
481 ; Note: path INI options can be relative and will be expanded with the prefix
482 ; (pool, global or @prefix@)
/PHP-8.3/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.3/ext/dom/
H A Dphp_dom.stub.php340 public string $prefix; variable in DOMNode
393 public function lookupNamespaceURI(?string $prefix): ?string {} argument
424 public string $prefix; variable in DOMNameSpaceNode
971 public function registerNamespace(string $prefix, string $namespace): bool {} argument
H A Dxpath.c299 unsigned char *prefix, *ns_uri; in PHP_METHOD() local
302 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss", &prefix, &prefix_len, &ns_uri, &ns_uri_len) == FA… in PHP_METHOD()
314 if (xmlXPathRegisterNs(ctxp, prefix, ns_uri) != 0) { in PHP_METHOD()
/PHP-8.3/ext/session/
H A Dsession.stub.php33 function session_create_id(string $prefix = ""): string|false {} argument
/PHP-8.3/ext/snmp/
H A Dconfig.m417 SNMP_PREFIX=`$SNMP_CONFIG --prefix`
/PHP-8.3/ext/opcache/jit/libudis86/
H A Ddecode.h179 uint32_t prefix; member
/PHP-8.3/ext/session/tests/
H A Drfc1867.phpt13 session.upload_progress.prefix=upload_progress_
H A Drfc1867_sid_cookie.phpt13 session.upload_progress.prefix=upload_progress_
H A Drfc1867_sid_get.phpt13 session.upload_progress.prefix=upload_progress_
H A Drfc1867_sid_get_2.phpt13 session.upload_progress.prefix=upload_progress_
H A Drfc1867_sid_post.phpt13 session.upload_progress.prefix=upload_progress_
/PHP-8.3/
H A D.cirrus.yml17 …- ./configure --prefix=/usr/local --enable-debug --enable-option-checking=fatal --enable-fpm --wit…
/PHP-8.3/tests/strings/
H A D001.phpt179 $str = "prefix";
192 $str = "prefix";
/PHP-8.3/win32/build/
H A Dconfig.w32.phpize.in47 ARG_WITH('prefix', 'PHP installation prefix', PHP_PREFIX);

Completed in 59 milliseconds

12345678910>>...14