Home
last modified time | relevance | path

Searched refs:prefix (Results 251 – 275 of 341) sorted by relevance

1...<<11121314

/PHP-8.3/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.3/ext/phar/tests/
H A Dbug54289.phpt17 // the same prefix
/PHP-8.3/ext/session/tests/
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.3/ext/standard/tests/file/
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*/
H A Dfile.inc158 $name_prefix = common name prefix, default is "file"
204 $name_prefix = prefix to be used for names, name is suffix with a
326 $link_name_prefix = prefix to be used for names, name is suffix with a
453 $name_prefix = prefix for the filename, rest of the name is incremental(increment by 1 only)
497 $link_name_prefix = prefix for the linkname, rest of the name is incremental(increment by 1 only)
H A Dtempnam_variation1.phpt10 /* Creating number of unique files by passing a file name as prefix */
/PHP-8.3/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.3/ext/simplexml/tests/
H A D031.phpt41 /* Does not add prefix here although name is valid (but discouraged) - change behavior? */
/PHP-8.3/.github/actions/configure-macos/
H A Daction.yml24 --prefix=/usr/local \
/PHP-8.3/.github/actions/configure-x64/
H A Daction.yml18 --prefix=/usr \
/PHP-8.3/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.3/sapi/fpm/tests/
H A Dtester.inc775 $namePrefix = $parts['prefix'] ?? 'f';
1445 * @param string|null $prefix
1452 if ( ! is_null($prefix)) {
1453 $fileName = $prefix . '/' . basename($fileName);
1558 * @param bool $prefix Whether to prefix the error message
1564 $this->error = $prefix ? 'ERROR: ' . $msg : ltrim($msg);
1590 * @param string $prefix
1594 public function expectFile(string $extension, $prefix = null)
1596 $filePath = $this->getPrefixedFile($extension, $prefix);
1609 * @param string $prefix
[all …]
/PHP-8.3/ext/filter/tests/
H A D013.phpt41 // Explicit octal prefix
/PHP-8.3/.github/workflows/
H A Dnightly.yml611 --prefix=/usr \
802 --prefix=/opt/php \
813 ./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
819 ./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
825 ./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
831 ./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
837 ./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
843 ./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_parser.y37 %define api.prefix {phpdbg_}
/PHP-8.3/ext/dom/tests/
H A DDOMDocument_importNode_attribute_prefix_conflict.phpt2 DOMDocument::importNode() with attribute prefix name conflict
/PHP-8.3/ext/pdo_mysql/
H A Dconfig.m411 [PDO_MySQL: Set the path to libz install prefix])],
/PHP-8.3/ext/simplexml/
H A Dsimplexml_arginfo.h30 ZEND_ARG_TYPE_INFO(0, prefix, IS_STRING, 0)
/PHP-8.3/sapi/fpm/fpm/
H A Dzlog.c271 const char *prefix, const char *msg) /* {{{ */ in zlog_msg_ex() argument
274 size_t prefix_len = strlen(prefix); in zlog_msg_ex()
279 zlog_stream_str(&stream, prefix, prefix_len); in zlog_msg_ex()

Completed in 50 milliseconds

1...<<11121314