Home
last modified time | relevance | path

Searched refs:flags (Results 551 – 575 of 591) sorted by relevance

1...<<21222324

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_arm64.dasc3703 && !(flags & ZEND_JIT_EXIT_FREE_OP1)) {
11228 uint32_t flags = 0;
11237 flags |= ZEND_JIT_EXIT_FREE_OP1;
11241 flags |= ZEND_JIT_EXIT_FREE_OP2;
11244 && !(flags & ZEND_JIT_EXIT_FREE_OP1)
12378 if (flags) {
12396 if (flags == ZEND_FETCH_DIM_WRITE) {
12405 ZEND_ASSERT(flags == 0);
12455 if (flags == ZEND_FETCH_DIM_WRITE) {
12516 uint32_t flags = 0;
[all …]
H A Dzend_jit_disasm.c374 if (cfg->blocks[b].flags & (ZEND_BB_ENTRY|ZEND_BB_RECV_ENTRY)) {
/PHP-8.1/ext/gd/libgd/
H A Dgd.h475 int flags; /* Logical OR of gdFTEX_ values */ member
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_fetch_all.phpt124 if (!(gettype($php_value)=="unicode" && ($fields[1]->flags & 128))) {
H A Dmysqli_fetch_all_oo.phpt136 if (!(gettype($php_value)=="unicode" && ($fields[1]->flags & 128))) {
H A Dmysqli_report.phpt14 … printf("[002] Expecting boolean/true even for invalid flags, got %s/%s\n", gettype($tmp), $tmp);
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_vio.c266 net_stream->flags |= PHP_STREAM_FLAG_SUPPRESS_ERRORS; in MYSQLND_METHOD()
/PHP-8.1/Zend/
H A Dzend_language_parser.y1196 | T_STATIC inline_function { $$ = $2; ((zend_ast_decl *) $$)->flags |= ZEND_ACC_STATIC; }
1198 { $$ = zend_ast_with_attributes($3, $1); ((zend_ast_decl *) $$)->flags |= ZEND_ACC_STATIC; }
H A Dzend.c683 …ibute(&func->common.attributes, old_attr->name, old_attr->argc, old_attr->flags, old_attr->offset,… in function_copy_ctor()
805 executor_globals->flags = EG_FLAGS_INITIAL; in executor_globals_ctor()
H A Dzend_hash.c160 ht->u.v.flags = HASH_FLAG_PACKED | HASH_FLAG_STATIC_KEYS; in zend_hash_real_init_packed_ex()
178 ht->u.v.flags = HASH_FLAG_STATIC_KEYS; in zend_hash_real_init_mixed_ex()
241 .u.flags = HASH_FLAG_UNINITIALIZED,
H A Dzend_alloc.c475 int flags = MAP_PRIVATE | MAP_ANON; in zend_mm_mmap_fixed()
477 flags |= MAP_FIXED | MAP_EXCL; in zend_mm_mmap_fixed()
480 …void *ptr = mmap(addr, size, PROT_READ | PROT_WRITE, flags /*| MAP_POPULATE | MAP_HUGETLB*/, ZEND_… in zend_mm_mmap_fixed()
/PHP-8.1/main/
H A Dfastcgi.c147 unsigned char flags; member
1093 req->keep = (b->flags & FCGI_KEEP_CONN);
/PHP-8.1/Zend/Optimizer/
H A Dzend_optimizer.c1448 func_info->flags = func_info->ssa.cfg.flags; in zend_optimize_script()
H A Dzend_inference.c2406 (!scope && (prop_info->flags & ZEND_ACC_PUBLIC))) in lookup_prop_info()
2428 if (prop_info && (prop_info->flags & ZEND_ACC_STATIC)) { in zend_fetch_prop_info()
2464 if (prop_info && !(prop_info->flags & ZEND_ACC_STATIC)) { in zend_fetch_static_prop_info()
4358 if ((blocks[j].flags & ZEND_BB_REACHABLE) && blocks[j].len != 0) { in zend_func_return_info()
5039 if (prop_info && (!(prop_info->flags & ZEND_ACC_PUBLIC) in zend_may_throw_ex()
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic654 # flags
2326 >12 belong >0 flags 0x%x
7889 # NES 2.0-specific flags.
9579 # flags in version byte
12903 # INCOMPAT flags
12911 # RO_INCOMPAT flags
19367 # CPT file flags
21357 # Finder flags if not 0
21363 # # finder flags, bits 0-7
21386 # still more Finder flags
[all …]
H A Dmagic私はガラスを食べられます654 # flags
2326 >12 belong >0 flags 0x%x
7889 # NES 2.0-specific flags.
9579 # flags in version byte
12903 # INCOMPAT flags
12911 # RO_INCOMPAT flags
19367 # CPT file flags
21357 # Finder flags if not 0
21363 # # finder flags, bits 0-7
21386 # still more Finder flags
[all …]
/PHP-8.1/ext/standard/
H A Dftp_fopen_wrapper.c774 static int php_stream_ftp_url_stat(php_stream_wrapper *wrapper, const char *url, int flags, php_str… in php_stream_ftp_url_stat() argument
H A Dproc_open.c1363 stream->flags |= PHP_STREAM_FLAG_NO_SEEK; in PHP_FUNCTION()
/PHP-8.1/
H A DUPGRADING254 …- function hash_init(string $algo, int $flags = 0, string $key = "", array $options = []): HashCon…
317 additional flags. This feature is not available if open_basedir is set.
H A Dconfigure.ac315 dnl Add pthreads linker and compiler flags.
789 dnl Remove all optimization flags from CFLAGS.
795 dnl Add the special gcc flags.
/PHP-8.1/ext/mbstring/tests/
H A Dsjis_mobile_encodings.phpt290 // flags, but in Unicode these are represented by a sequence of _two_ codepoints
/PHP-8.1/ext/oci8/
H A Doci8_arginfo.h219 …ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, flags, IS_LONG, 0, "OCI_FETCHSTATEMENT_BY_COLUMN | OCI_AS…
/PHP-8.1/build/
H A Dphp.m4180 dnl PHP_ADD_SOURCES(source-path, sources [, special-flags [, type]])
183 dnl type. Sources are processed with optional special-flags which are passed to
221 dnl PHP_ADD_SOURCES_X(source-path, sources[, special-flags[, target-var[, shared]]])
252 dnl Choose the right compiler/flags/etc. for the source-file.
/PHP-8.1/ext/libxml/
H A Dlibxml.c318 ((php_stream*)ret_val)->flags |= PHP_STREAM_FLAG_NO_FCLOSE; in php_libxml_streams_IO_open_wrapper()
/PHP-8.1/ext/dom/
H A Dphp_dom_arginfo.h401 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, flags, IS_LONG, 0, "0")
408 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, flags, IS_LONG, 0, "0")

Completed in 287 milliseconds

1...<<21222324