Home
last modified time | relevance | path

Searched refs:flags (Results 151 – 175 of 588) sorted by relevance

12345678910>>...24

/PHP-8.0/sapi/cli/tests/
H A D006.phpt74 Parameter #3 [ <optional> int $flags = 0 ]
85 Parameter #3 [ <optional> int $flags = 0 ]
120 Parameter #5 [ <optional> int $flags = 0 ]
131 Parameter #4 [ <optional> int $flags = 0 ]
141 Parameter #3 [ <optional> int $flags = 0 ]
158 Parameter #2 [ <optional> int $flags = 0 ]
H A Dbug78323.phpt12 // 1 : in flags
17 // colon in flags
65 Error in argument %d, char %d: : in flags
/PHP-8.0/win32/
H A Dioutil.c102 if (flags & _O_APPEND) { in php_win32_ioutil_posix_to_open_opts()
141 if (flags & _O_CREAT) { in php_win32_ioutil_posix_to_open_opts()
147 if (flags & _O_TEMPORARY ) { in php_win32_ioutil_posix_to_open_opts()
152 if (flags & _O_SHORT_LIVED) { in php_win32_ioutil_posix_to_open_opts()
196 if (flags & O_CREAT) { in php_win32_ioutil_open_w()
199 va_start(arg, flags); in php_win32_ioutil_open_w()
221 !(flags & _O_EXCL)) { in php_win32_ioutil_open_w()
231 fd = _open_osfhandle((intptr_t) file, flags); in php_win32_ioutil_open_w()
248 if (flags & _O_TEXT) { in php_win32_ioutil_open_w()
250 } else if (flags & _O_BINARY) { in php_win32_ioutil_open_w()
[all …]
/PHP-8.0/ext/spl/
H A Dspl_iterators.c94 int flags; member
487 zend_long mode, flags; in spl_recursive_it_it_construct() local
496 flags = RTIT_BYPASS_KEY; in spl_recursive_it_it_construct()
523 flags = 0; in spl_recursive_it_it_construct()
554 intern->flags = (int)flags; in spl_recursive_it_it_construct()
1337 intern->u.caching.flags |= flags & CIT_PUBLIC; in spl_dual_it_construct()
1388 intern->u.regex.flags = 0; in spl_dual_it_construct()
1970 zend_long flags; in PHP_METHOD() local
1978 intern->u.regex.flags = flags; in PHP_METHOD()
2634 zend_long flags; in PHP_METHOD() local
[all …]
H A Dspl_directory.h67 zend_long flags; member
135 #define SPL_FILE_DIR_CURRENT(intern,mode) ((intern->flags&SPL_FILE_DIR_CURRENT_MODE_MASK)==mode)
141 #define SPL_FILE_DIR_KEY(intern,mode) ((intern->flags&SPL_FILE_DIR_KEY_MODE_MASK)==mode)
H A Dspl_observer.stub.php115 …public function __construct(int $flags = MultipleIterator::MIT_NEED_ALL|MultipleIterator::MIT_KEYS… argument
121 public function setFlags(int $flags) {} argument
/PHP-8.0/ext/pcre/
H A Dphp_pcre.h54 zval *subpats, int global, int use_flags, zend_long flags, zend_off_t start_offset);
60 zend_long limit_val, zend_long flags);
63 zend_long flags);
/PHP-8.0/main/streams/
H A Dglob_wrapper.c39 int flags; member
88 *pflags = pglob->flags; in _php_glob_stream_get_count()
137 …php_glob_stream_path_split(pglob, pglob->glob.gl_pathv[pglob->index++], pglob->flags & GLOB_APPEND… in php_glob_stream_read()
217 if (0 != (ret = glob(path, pglob->flags & GLOB_FLAGMASK, NULL, &pglob->glob))) { in php_glob_stream_opener()
240 pglob->flags |= GLOB_APPEND; in php_glob_stream_opener()
/PHP-8.0/Zend/
H A Dzend_object_handlers.c66 uint32_t flags = 0; in rebuild_object_properties() local
73 flags |= prop_info->flags; in rebuild_object_properties()
83 if (flags & ZEND_ACC_CHANGED) { in rebuild_object_properties()
274 uint32_t flags; in zend_get_property_offset() local
300 flags = property_info->flags; in zend_get_property_offset()
310 if (flags & ZEND_ACC_CHANGED) { in zend_get_property_offset()
317 if (p && (!(p->flags & ZEND_ACC_STATIC) || (flags & ZEND_ACC_STATIC))) { in zend_get_property_offset()
319 flags = property_info->flags; in zend_get_property_offset()
380 uint32_t flags; in zend_get_property_info() local
396 flags = property_info->flags; in zend_get_property_info()
[all …]
H A Dzend_vm_opcodes.h75 #define ZEND_VM_OP1_FLAGS(flags) (flags & 0xff) argument
76 #define ZEND_VM_OP2_FLAGS(flags) ((flags >> 8) & 0xff) argument
H A Dzend_attributes.stub.php7 public function __construct(int $flags = Attribute::TARGET_ALL) {} argument
H A Dzend_signal.c182 p_sig.flags = 0; in zend_signal_handler()
211 if (p_sig.flags & SA_SIGINFO) { in zend_signal_handler()
212 if (p_sig.flags & SA_RESETHAND) { in zend_signal_handler()
213 SIGG(handlers)[signo-1].flags = 0; in zend_signal_handler()
233 oldact->sa_flags = SIGG(handlers)[signo-1].flags; in zend_sigaction()
238 SIGG(handlers)[signo-1].flags = act->sa_flags; in zend_sigaction()
294 SIGG(handlers)[signo-1].flags = sa.sa_flags; in zend_signal_register()
396 global_orig_handlers[signo-1].flags = sa.sa_flags; in zend_signal_init()
/PHP-8.0/build/
H A Dgen_stub.php605 public $flags; variable in FuncInfo
626 int $flags, argument
638 $this->flags = $flags;
815 $flags = "ZEND_ACC_PUBLIC";
819 $flags = "ZEND_ACC_PRIVATE";
827 $flags .= "|ZEND_ACC_FINAL";
838 return $flags;
1086 int $flags, argument
1207 $flags,
1307 $flags = $classStmt->flags;
[all …]
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_getcolumnmeta.phpt88 $elements = array('flags', 'table', 'name', 'len', 'precision', 'pdo_type');
234 if (!isset($meta['flags'])) {
235 printf("[1000] No flags contained in metadata %s\n", var_export($meta, true));
237 $flags = $meta['flags'];
239 foreach ($flags as $k => $flag) {
255 if (!isset($meta['flags'])) {
258 $flags = $meta['flags'];
260 foreach ($flags as $k => $flag) {
276 if (!isset($meta['flags'])) {
279 $flags = $meta['flags'];
[all …]
/PHP-8.0/docs/
H A Doutput-api.md16 php_output_start_user(zhandler, chunk_size, flags);
20 …ut_start_internal(handler_name, handler_name_len, my_php_output_handler_func_t, chunk_size, flags);
25 …_internal(handler_name, handler_name_len, my_php_output_handler_context_func_t, chunk_size, flags);
103 if (flags & PHP_OUTPUT_HANDLER_CLEAN) { ... }
107 if ((flags & PHP_OUTPUT_HANDLER_CLEAN) && (flags & PHP_OUTPUT_HANDLER_FINAL)) { ... }
120 pass a int* pointer as second arg to receive the flags set for the output handler
/PHP-8.0/ext/spl/tests/
H A Diterator_052.phpt10 function __construct($it, $re, $mode, $flags = 0)
12 $this->uk = $flags & self::USE_KEY;
14 parent::__construct($it, $re, $mode, $flags);
H A Diterator_053.phpt10 function __construct($it, $re, $mode, $flags = 0)
12 $this->uk = $flags & self::USE_KEY;
14 parent::__construct($it, $re, $mode, $flags);
/PHP-8.0/ext/standard/tests/array/
H A Dextract_error.phpt34 extract(): Argument #2 ($flags) must be a valid extract type
35 extract(): Argument #2 ($flags) must be a valid extract type
/PHP-8.0/Zend/tests/
H A Dinclude_stat_is_quiet.phpt7 public function url_stat($path, $flags) {
9 if ($flags & STREAM_URL_STAT_QUIET) {
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_sigio_win32.h26 uint64_t *flags; member
/PHP-8.0/ext/zlib/
H A Dzlib_filter.c56 int flags in php_zlib_inflate_filter() argument
86 status = inflate(&(data->strm), flags & PSFS_FLAG_FLUSH_CLOSE ? Z_FINISH : Z_SYNC_FLUSH); in php_zlib_inflate_filter()
121 if (!data->finished && flags & PSFS_FLAG_FLUSH_CLOSE) { in php_zlib_inflate_filter()
174 int flags in php_zlib_deflate_filter() argument
207 …flush_mode = flags & PSFS_FLAG_FLUSH_CLOSE ? Z_FULL_FLUSH : (flags & PSFS_FLAG_FLUSH_INC ? Z_SYNC_… in php_zlib_deflate_filter()
236 if (flags & PSFS_FLAG_FLUSH_CLOSE || ((flags & PSFS_FLAG_FLUSH_INC) && !data->finished)) { in php_zlib_deflate_filter()
240 status = deflate(&(data->strm), (flags & PSFS_FLAG_FLUSH_CLOSE ? Z_FINISH : Z_SYNC_FLUSH)); in php_zlib_deflate_filter()
/PHP-8.0/ext/bz2/
H A Dbz2_filter.c70 int flags in php_bz2_decompress_filter() argument
155 if ((data->status == PHP_BZ2_RUNNING) && (flags & PSFS_FLAG_FLUSH_CLOSE)) { in php_bz2_decompress_filter()
209 int flags in php_bz2_compress_filter() argument
240 …flush_mode = flags & PSFS_FLAG_FLUSH_CLOSE ? BZ_FINISH : (flags & PSFS_FLAG_FLUSH_INC ? BZ_FLUSH :… in php_bz2_compress_filter()
268 if (flags & PSFS_FLAG_FLUSH_CLOSE || ((flags & PSFS_FLAG_FLUSH_INC) && !data->is_flushed)) { in php_bz2_compress_filter()
271 status = BZ2_bzCompress(&(data->strm), (flags & PSFS_FLAG_FLUSH_CLOSE ? BZ_FINISH : BZ_FLUSH)); in php_bz2_compress_filter()
282 } while (status == (flags & PSFS_FLAG_FLUSH_CLOSE ? BZ_FINISH_OK : BZ_FLUSH_OK)); in php_bz2_compress_filter()
/PHP-8.0/ext/openssl/tests/
H A Dbug77390.phpt58 $flags = STREAM_SERVER_BIND|STREAM_SERVER_LISTEN;
59 $fp = stream_socket_server("ssl://127.0.0.1:10011", $errornum, $errorstr, $flags, $context);
78 $flags = STREAM_SERVER_BIND|STREAM_SERVER_LISTEN;
79 $server = stream_socket_server("tcp://127.0.0.1:10012", $errornum, $errorstr, $flags);
/PHP-8.0/ext/phar/
H A Dpharzip.h23 char flags[2]; /* general purpose bit flag 2 bytes */ member
153 char flags[2]; /* general purpose bit flag 2 bytes */ member
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c628 uint8_t flags = 0; local
633 flags |= IS_TRACE_INDIRECT;
638 flags |= IS_TRACE_REFERENCE;
644 flags |= IS_TRACE_PACKED;
647 op1_type |= flags;
670 uint8_t flags = 0; local
676 flags |= IS_TRACE_INDIRECT;
681 flags |= IS_TRACE_REFERENCE;
686 op2_type |= flags;
698 uint8_t flags = 0; local
[all …]

Completed in 86 milliseconds

12345678910>>...24