Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-8.1/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_
H A Drfc1867_inter.phpt13 session.upload_progress.prefix=upload_progress_
H A Drfc1867_sid_only_cookie.phpt13 session.upload_progress.prefix=upload_progress_
H A Drfc1867_sid_invalid.phpt14 session.upload_progress.prefix=upload_progress_
/PHP-8.1/ext/standard/tests/file/
H A Dreadfile_variation10-win32.phpt27 /* prefix with path separator of a non existing directory*/
H A Dfile_get_contents_variation8-win32.phpt28 /* prefix with path separator of a non existing directory*/
H A Dfile_put_contents_variation8-win32.phpt26 /* prefix with path separator of a non existing directory*/
H A Dtempnam_variation1-win32-mb.phpt10 /* Creating number of unique files by passing a file name as prefix */
H A Dtempnam_variation1-win32.phpt10 /* Creating number of unique files by passing a file name as prefix */
H A Drename_variation13.phpt29 /* prefix with path separator of a non existing directory*/
/PHP-8.1/
H A D.cirrus.yml17 …- ./configure --prefix=/usr/local --enable-debug --enable-option-checking=fatal --enable-fpm --wit…
/PHP-8.1/tests/strings/
H A D001.phpt179 $str = "prefix";
192 $str = "prefix";
/PHP-8.1/ext/opcache/jit/libudis86/
H A Ddecode.c337 return (P_VEXL(u->itab_entry->prefix) && vex_l(u)) ? SZ_QQ : SZ_DQ; in resolve_operand_size()
954 if (P_STR(u->itab_entry->prefix)) { in resolve_pfx_str()
977 if ( P_INV64( u->itab_entry->prefix ) ) { in resolve_mode()
998 u->_rex &= REX_PFX_MASK(u->itab_entry->prefix); in resolve_mode()
1003 default64 = P_DEF64( u->itab_entry->prefix ); in resolve_mode()
1251 if ( !P_SEG( u->itab_entry->prefix ) && in ud_decode()
/PHP-8.1/ext/phar/tests/
H A Dbug54289.phpt17 // the same prefix
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_ppc.lua158 local function writeglobals(out, prefix)
163 out:write(" ", prefix, t[i], ",\n")
165 out:write(" ", prefix, "_MAX\n};\n")
1619 local prefix = sub(label, 1, 2)
1621 if prefix == "=>" then
1625 if prefix == "->" then
1767 local prefix = params[1] -- No syntax check. You get to keep the pieces.
1768 wline(function(out) writeglobals(out, prefix) end)
/PHP-8.1/ext/simplexml/tests/
H A D031.phpt41 /* Does not add prefix here although name is valid (but discouraged) - change behavior? */
/PHP-8.1/.github/actions/configure-macos/
H A Daction.yml24 --prefix=/usr/local \
/PHP-8.1/ext/standard/tests/serialize/
H A Dmax_depth.phpt10 function create_nested_data($depth, $prefix, $suffix, $inner = 'i:0;') {
11 return str_repeat($prefix, $depth) . $inner . str_repeat($suffix, $depth);
/PHP-8.1/ext/filter/tests/
H A D013.phpt41 // Explicit octal prefix
/PHP-8.1/sapi/fpm/tests/
H A Dtester.inc661 $namePrefix = $parts['prefix'] ?? 'f';
1266 * @param string|null $prefix
1270 public function getPrefixedFile(string $extension, string $prefix = null): string
1273 if ( ! is_null($prefix)) {
1274 $fileName = $prefix . '/' . basename($fileName);
1374 * @param string $prefix
1378 public function expectFile(string $extension, $prefix = null)
1380 $filePath = $this->getPrefixedFile($extension, $prefix);
1393 * @param string $prefix
1397 public function expectNoFile(string $extension, $prefix = null)
[all …]
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_parser.y37 %define api.prefix {phpdbg_}

Completed in 42 milliseconds

12345678910>>...13