Home
last modified time | relevance | path

Searched refs:flag (Results 201 – 215 of 215) sorted by relevance

123456789

/php-src/
H A Dphp.ini-development895 ; unix or win32 systems, setting this flag will cause PHP to
1030 ; SQLite defensive mode flag (only available from SQLite 3.26+)
1031 ; When the defensive flag is enabled, language features that allow ordinary
1036 ; (for older SQLite versions, this flag has no use)
1351 ; Whether or not to add the httpOnly flag to the cookie, which makes it
H A Dphp.ini-production897 ; unix or win32 systems, setting this flag will cause PHP to
1032 ; SQLite defensive mode flag (only available from SQLite 3.26+)
1033 ; When the defensive flag is enabled, language features that allow ordinary
1038 ; (for older SQLite versions, this flag has no use)
1353 ; Whether or not to add the httpOnly flag to the cookie, which makes it
H A Dconfigure.ac175 [Enable -g flag to re2c to use computed goto gcc extension])],
716 dnl on FreeBSD, copy_file_range() works only with the undocumented flag 0x01000000;
H A DUPGRADING661 environment variable to 0, or pass the --online flag to run-tests.php to
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cjk.c4060 int flag = 0; in mbfl_filt_conv_2022kr_wchar() local
4063 flag = 1; in mbfl_filt_conv_2022kr_wchar()
4065 flag = 2; in mbfl_filt_conv_2022kr_wchar()
4068 if (flag > 0 && c > 0x20 && c < 0x7f) { in mbfl_filt_conv_2022kr_wchar()
4069 if (flag == 1) { in mbfl_filt_conv_2022kr_wchar()
9930 int c1, w, flag; in mbfl_filt_conv_euckr_wchar() local
9947 flag = 0; in mbfl_filt_conv_euckr_wchar()
9949 flag = 1; in mbfl_filt_conv_euckr_wchar()
9951 flag = 2; in mbfl_filt_conv_euckr_wchar()
9953 if (flag > 0 && c >= 0xa1 && c <= 0xfe) { in mbfl_filt_conv_euckr_wchar()
[all …]
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c429 sljit_s32 flag = -1; in get_cpu_features()
433 flag = prctl(PR_GET_FP_MODE); in get_cpu_features()
435 if (flag > 0) in get_cpu_features()
441 if (flag < 0) { in get_cpu_features()
446 : "+m" (flag) : "m" (zero) : "$f16", "$f17"); in get_cpu_features()
447 if (flag) in get_cpu_features()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます8151 # F_EXEC flag bit
8161 # F_LNNO flag bit
8163 # F_LSYMS flag bit
8170 # F_AR32WR flag bit
10458 # test for MDX flag
10641 # memo flag ??
10643 # SQL flag ??
13414 #no active flag
13481 # active flag 0
20915 # CLUT flag set
[all …]
H A Dmagic8151 # F_EXEC flag bit
8161 # F_LNNO flag bit
8163 # F_LSYMS flag bit
8170 # F_AR32WR flag bit
10458 # test for MDX flag
10641 # memo flag ??
10643 # SQL flag ??
13414 #no active flag
13481 # active flag 0
20915 # CLUT flag set
[all …]
/php-src/ext/openssl/
H A Dxp_ssl.c1054 static inline int php_openssl_map_proto_version(int flag) /* {{{ */ in php_openssl_map_proto_version() argument
1056 switch (flag) { in php_openssl_map_proto_version()
/php-src/docs-old/
H A Dstreams.md331 it, allocate it (use pemalloc with the persistent flag set appropriately), and
/php-src/build/
H A Dgen_stub.php2505 …protected function addFlagForVersionsAbove(array $flags, string $flag, int $minimumVersionId): arr… argument
2511 $flags[$version][] = $flag;
/php-src/ext/reflection/
H A Dphp_reflection.c551 #define DUMP_CONST_FLAG(flag, output) \ in _const_string() argument
553 if (flags & flag) { \ in _const_string()
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc2819 /* swap operands to avoid P flag check */
2858 //??? ir_reg tmp_reg = ctx->regs[def][3]; // TODO: take into account vs flag
3986 /* op3 is used as a flag that the value is already stored in memory.
H A Dir_x86.dasc1716 /* swap operands to avoid P flag check */
1737 /* swap operands to avoid P flag check */
1743 /* swap operands to avoid P flag check */
7702 /* op3 is used as a flag that the value is already stored in memory.
/php-src/ext/date/lib/
H A Dparse_date.re726 * The time_part parameter is a flag. It can be TIMELIB_TIME_PART_KEEP in case

Completed in 396 milliseconds

123456789