Home
last modified time | relevance | path

Searched refs:flags (Results 26 – 50 of 591) sorted by relevance

12345678910>>...24

/PHP-8.1/sapi/fpm/fpm/
H A Dzlog.h9 #define zlog(flags,...) zlog_ex(__func__, __LINE__, flags, __VA_ARGS__) argument
10 #define zlog_msg(flags, prefix, msg) zlog_msg_ex(__func__, __LINE__, flags, prefix, msg) argument
29 void vzlog(const char *function, int line, int flags, const char *fmt, va_list args);
30 void zlog_ex(const char *function, int line, int flags, const char *fmt, ...)
33 void zlog_msg_ex(const char *function, int line, int flags,
65 int flags; member
93 void zlog_stream_init(struct zlog_stream *stream, int flags);
94 void zlog_stream_init_ex(struct zlog_stream *stream, int flags, int fd);
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_field_seek.phpt11 function mysqli_field_seek_flags($flags) {
15 if ($flags & MYSQLI_NOT_NULL_FLAG)
18 if ($flags & MYSQLI_PRI_KEY_FLAG)
27 if ($flags & MYSQLI_BLOB_FLAG)
42 if ($flags & MYSQLI_SET_FLAG)
45 if ($flags & MYSQLI_NUM_FLAG)
51 if ($flags & MYSQLI_GROUP_FLAG)
148 ["flags"]=>
177 ["flags"]=>
206 ["flags"]=>
[all …]
/PHP-8.1/ext/openssl/tests/
H A Dtls_min_v1.0_max_v1.1_wrapper.phpt14 $flags = STREAM_SERVER_BIND|STREAM_SERVER_LISTEN;
22 $server = stream_socket_server('tls://127.0.0.1:64321', $errno, $errstr, $flags, $ctx);
32 $flags = STREAM_CLIENT_CONNECT;
41 $client = stream_socket_client("tlsv1.0://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
44 $client = @stream_socket_client("sslv3://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
47 $client = @stream_socket_client("tlsv1.1://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
50 $client = @stream_socket_client("tlsv1.2://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
53 $client = @stream_socket_client("ssl://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
56 $client = @stream_socket_client("tls://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
H A Dtls_wrapper.phpt15 $flags = STREAM_SERVER_BIND|STREAM_SERVER_LISTEN;
21 $server = stream_socket_server('tls://127.0.0.1:64321', $errno, $errstr, $flags, $ctx);
31 $flags = STREAM_CLIENT_CONNECT;
40 $client = stream_socket_client("tlsv1.0://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
43 $client = @stream_socket_client("sslv3://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
46 $client = @stream_socket_client("tlsv1.1://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
49 $client = @stream_socket_client("tlsv1.2://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
52 $client = @stream_socket_client("ssl://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
55 $client = @stream_socket_client("tls://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
H A Dtlsv1.0_wrapper.phpt14 $flags = STREAM_SERVER_BIND|STREAM_SERVER_LISTEN;
20 $server = stream_socket_server('tlsv1.0://127.0.0.1:64321', $errno, $errstr, $flags, $ctx);
30 $flags = STREAM_CLIENT_CONNECT;
39 $client = stream_socket_client("tlsv1.0://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
42 $client = @stream_socket_client("sslv3://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
45 $client = @stream_socket_client("tlsv1.2://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
H A Dtlsv1.2_wrapper.phpt14 $flags = STREAM_SERVER_BIND|STREAM_SERVER_LISTEN;
19 $server = stream_socket_server('tlsv1.2://127.0.0.1:64321', $errno, $errstr, $flags, $ctx);
29 $flags = STREAM_CLIENT_CONNECT;
37 $client = stream_socket_client("tlsv1.2://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
40 $client = @stream_socket_client("sslv3://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
43 $client = @stream_socket_client("tlsv1.1://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
H A Dtlsv1.1_wrapper.phpt14 $flags = STREAM_SERVER_BIND|STREAM_SERVER_LISTEN;
20 $server = stream_socket_server('tlsv1.1://127.0.0.1:64321', $errno, $errstr, $flags, $ctx);
30 $flags = STREAM_CLIENT_CONNECT;
39 $client = stream_socket_client("tlsv1.1://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
42 $client = @stream_socket_client("sslv3://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
45 $client = @stream_socket_client("tlsv1.2://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
H A Dtlsv1.3_wrapper.phpt15 $flags = STREAM_SERVER_BIND|STREAM_SERVER_LISTEN;
20 $server = stream_socket_server('tlsv1.3://127.0.0.1:64321', $errno, $errstr, $flags, $ctx);
30 $flags = STREAM_CLIENT_CONNECT;
38 $client = stream_socket_client("tlsv1.3://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
41 $client = @stream_socket_client("tlsv1.0://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
44 $client = @stream_socket_client("tlsv1.2://127.0.0.1:64321", $errno, $errstr, 3, $flags, $ctx);
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug70389.phpt13 $flags = [
20 $std->flags = $flags;
22 new PDO(PDO_MYSQL_TEST_DSN, PDO_MYSQL_TEST_USER, PDO_MYSQL_TEST_PASS, $flags);
23 var_dump($flags);
/PHP-8.1/ext/spl/tests/
H A Ddualiterator.inc32 private $flags;
38 * @param flags iteration flags
45 $this->flags = $flags;
62 /** @param flags new flags
64 function setFlags($flags)
66 $this->flags = $flags;
69 /** @return current flags
73 return $this->flags;
95 switch($this->flags & 0x0F)
109 /** @return key value depending on KEY_* flags
[all …]
H A Drecursive_tree_iterator_006.phpt36 echo "-- flags = BYPASS_KEY --\n";
40 echo "-- flags = BYPASS_CURRENT --\n";
44 echo "-- flags = BYPASS_KEY|BYPASS_KEY --\n";
48 echo "-- flags = 0 --\n";
52 echo "-- flags = 0, caching_it_flags = CachingIterator::CATCH_GET_CHILD --\n";
59 -- flags = BYPASS_KEY --
69 -- flags = BYPASS_CURRENT --
85 -- flags = BYPASS_KEY|BYPASS_KEY --
101 -- flags = 0 --
111 -- flags = 0, caching_it_flags = CachingIterator::CATCH_GET_CHILD --
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c966 if ((flags & MEM_MASK) <= GPR_REG && (flags & LOAD_DATA)) { in getput_arg()
1051 if ((flags & MEM_MASK) <= GPR_REG && (flags & LOAD_DATA)) { in emit_op_mem()
1330 # define flags 0 in sljit_emit_op1() macro
1391 # undef flags in sljit_emit_op1()
1401 # define flags 0 in sljit_emit_op2() macro
1466 # undef flags in sljit_emit_op2()
1535 # define flags 0 in sljit_emit_fop1_conv_sw_from_f64() macro
1563 # define flags 0 in sljit_emit_fop1_conv_f64_from_sw() macro
1592 # undef flags in sljit_emit_fop1_conv_f64_from_sw()
1894 jump->flags |= flags; in sljit_emit_jump()
[all …]
H A DsljitNativeSPARC_common.c280 jump->flags |= PATCH_B; in detect_jump_type()
733 flags |= REG_DEST; in emit_op()
738 flags |= SLOW_DEST; in emit_op()
741 if (flags & IMM_OP) { in emit_op()
744 flags |= SRC2_IMM; in emit_op()
750 flags |= SRC2_IMM; in emit_op()
777 flags |= SLOW_SRC1; in emit_op()
784 flags |= REG2_SOURCE; in emit_op()
805 flags |= SLOW_SRC2; in emit_op()
1180 flags |= SLOW_SRC1; in sljit_emit_fop2()
[all …]
H A DsljitNativeX86_64.c61 if (jump->flags & JUMP_LABEL) in generate_far_jump_code()
62 jump->flags |= PATCH_MD; in generate_far_jump_code()
85 if (put_label->flags == 0) { in generate_put_label_code()
123 put_label->flags = 0; in generate_put_label_code()
424 else if (flags & EX86_REX) in emit_x86_instruction()
429 if (flags & EX86_PREF_66) in emit_x86_instruction()
482 flags |= EX86_BYTE_ARG; in emit_x86_instruction()
490 flags |= EX86_BYTE_ARG; in emit_x86_instruction()
518 if (flags & EX86_PREF_F2) in emit_x86_instruction()
520 if (flags & EX86_PREF_F3) in emit_x86_instruction()
[all …]
H A DsljitNativeARM_T2_32.c589 flags &= ~ARG1_IMM; in emit_op_imm()
878 #define IS_WORD_SIZE(flags) (!(flags & (BYTE_SIZE | HALF_SIZE))) argument
1392 flags = 0; in sljit_emit_op1()
1454 flags |= ARG1_IMM; in sljit_emit_op2()
1463 flags |= ARG2_IMM; in sljit_emit_op2()
2282 sljit_s32 flags; in sljit_emit_mem() local
2299 flags = WORD_SIZE; in sljit_emit_mem()
2302 flags = BYTE_SIZE; in sljit_emit_mem()
2308 flags = HALF_SIZE; in sljit_emit_mem()
2315 flags = WORD_SIZE; in sljit_emit_mem()
[all …]
/PHP-8.1/ext/spl/
H A Dspl_array.stub.php7 …public function __construct(array|object $array = [], int $flags = 0, string $iteratorClass = Arra… argument
34 public function setFlags(int $flags): void {} argument
37 public function asort(int $flags = SORT_REGULAR): bool {} argument
40 public function ksort(int $flags = SORT_REGULAR): bool {} argument
84 public function __construct(array|object $array = [], int $flags = 0) {} argument
138 public function setFlags(int $flags): void {} argument
144 public function asort(int $flags = SORT_REGULAR): bool {} argument
150 public function ksort(int $flags = SORT_REGULAR): bool {} argument
/PHP-8.1/ext/fileinfo/
H A Dfileinfo_arginfo.h5 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, flags, IS_LONG, 0, "FILEINFO_NONE")
15 ZEND_ARG_TYPE_INFO(0, flags, IS_LONG, 0)
21 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, flags, IS_LONG, 0, "FILEINFO_NONE")
28 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, flags, IS_LONG, 0, "FILEINFO_NONE")
37 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, flags, IS_LONG, 0, "FILEINFO_NONE")
43 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, flags, IS_LONG, 0, "FILEINFO_NONE")
49 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, flags, IS_LONG, 0, "FILEINFO_NONE")
54 ZEND_ARG_TYPE_INFO(0, flags, IS_LONG, 0)
/PHP-8.1/main/
H A Doutput.c123 OG(flags) |= PHP_OUTPUT_DISABLED; in php_output_header()
169 OG(flags) |= PHP_OUTPUT_ACTIVATED; in php_output_activate()
184 OG(flags) ^= PHP_OUTPUT_ACTIVATED; in php_output_deactivate()
229 OG(flags) = (OG(flags) & ~0xf) | (status & 0xf); in php_output_set_status()
238 OG(flags) in php_output_get_status()
264 if (OG(flags) & PHP_OUTPUT_DISABLED) { in php_output_write()
880 handler->flags = flags; in php_output_handler_init()
893 OG(flags) |= PHP_OUTPUT_WRITTEN; in php_output_handler_append()
936 handler->flags, in php_output_handler_op()
1089 OG(flags) |= PHP_OUTPUT_SENT; in php_output_op()
[all …]
/PHP-8.1/ext/pcre/
H A Dphp_pcre.stub.php6 function preg_match(string $pattern, string $subject, &$matches = null, int $flags = 0, int $offset… argument
9 function preg_match_all(string $pattern, string $subject, &$matches = null, int $flags = 0, int $of… argument
27 …e $callback, string|array $subject, int $limit = -1, &$count = null, int $flags = 0): string|array… argument
30 …ay $pattern, string|array $subject, int $limit = -1, &$count = null, int $flags = 0): string|array… argument
36 function preg_split(string $pattern, string $subject, int $limit = -1, int $flags = 0): array|false… argument
41 function preg_grep(string $pattern, array $array, int $flags = 0): array|false {} argument
/PHP-8.1/ext/imap/
H A Dphp_imap.stub.php20 …function imap_reopen(IMAP\Connection $imap, string $mailbox, int $flags = 0, int $retries = 0): bo… argument
22 function imap_close(IMAP\Connection $imap, int $flags = 0): bool {} argument
38 function imap_body(IMAP\Connection $imap, int $message_num, int $flags = 0): string|false {} argument
41 … function imap_fetchtext(IMAP\Connection $imap, int $message_num, int $flags = 0): string|false {} argument
52 …function imap_fetchheader(IMAP\Connection $imap, int $message_num, int $flags = 0): string|false {} argument
56 function imap_gc(IMAP\Connection $imap, int $flags): bool {} argument
60 function imap_delete(IMAP\Connection $imap, string $message_nums, int $flags = 0): bool {} argument
62 function imap_undelete(IMAP\Connection $imap, string $message_nums, int $flags = 0): bool {} argument
110 function imap_status(IMAP\Connection $imap, string $mailbox, int $flags): \stdClass|false {} argument
138 …function imap_fetch_overview(IMAP\Connection $imap, string $sequence, int $flags = 0): array|false… argument
[all …]
/PHP-8.1/tests/output/
H A Dob_013.phpt42 [flags] => 20593
54 [flags] => 112
65 [flags] => 113
76 [flags] => 113
87 [flags] => 113
98 [flags] => 20593
/PHP-8.1/Zend/
H A Dzend_constants.c156 ZEND_CONSTANT_SET_FLAGS(&c, flags, module_number); in zend_register_null_constant()
166 ZEND_CONSTANT_SET_FLAGS(&c, flags, module_number); in zend_register_bool_constant()
176 ZEND_CONSTANT_SET_FLAGS(&c, flags, module_number); in zend_register_long_constant()
187 ZEND_CONSTANT_SET_FLAGS(&c, flags, module_number); in zend_register_double_constant()
198 ZEND_CONSTANT_SET_FLAGS(&c, flags, module_number); in zend_register_stringl_constant()
336 ce = zend_fetch_class(class_name, flags); in zend_get_class_constant_ex()
361 ce = zend_fetch_class(class_name, flags); in zend_get_class_constant_ex()
366 if ((flags & ZEND_FETCH_CLASS_SILENT) == 0) { in zend_get_class_constant_ex()
373 if ((flags & ZEND_FETCH_CLASS_SILENT) == 0) { in zend_get_class_constant_ex()
525 if (flags & IS_CONSTANT_UNQUALIFIED_IN_NAMESPACE) { in zend_get_constant_ex()
[all …]
/PHP-8.1/ext/ffi/
H A Dffi.g117 {dcl->flags |= ZEND_FFI_DCL_AUTO;}
162 {dcl->flags |= ZEND_FFI_DCL_CONST;}
177 {dcl->flags |= ZEND_FFI_DCL_VOID;}
180 {dcl->flags |= ZEND_FFI_DCL_CHAR;}
183 {dcl->flags |= ZEND_FFI_DCL_SHORT;}
186 {dcl->flags |= ZEND_FFI_DCL_INT;}
193 dcl->flags |= ZEND_FFI_DCL_LONG;
199 {dcl->flags |= ZEND_FFI_DCL_FLOAT;}
211 {dcl->flags |= ZEND_FFI_DCL_BOOL;}
232 {dcl->flags |= ZEND_FFI_DCL_UNION;}
[all …]
/PHP-8.1/ext/filter/tests/
H A D045.phpt7 $a = array("flags"=>(string)FILTER_FLAG_ALLOW_HEX, "options" => array("min_range"=>"0", "max_range"…
11 echo ($ret === 255 && is_string($a["flags"]) && $a["flags"] == FILTER_FLAG_ALLOW_HEX)?"ok\n":"bug\n…
15 $a = array("test"=>array("filter"=>(string)FILTER_VALIDATE_INT, "flags"=>(string)FILTER_FLAG_ALLOW_…
18 echo ($ret["test"] === 255 && is_string($a["test"]["flags"]) && $a["test"]["flags"] == FILTER_FLAG_…
/PHP-8.1/ext/dba/
H A Ddba_db4.c111 if (info->flags & DBA_PERSISTENT) {
163 if (info->flags & DBA_PERSISTENT) {
164 gval.flags |= DB_DBT_MALLOC;
169 if (info->flags & DBA_PERSISTENT) {
201 if (info->flags & DBA_PERSISTENT) {
202 gval.flags |= DB_DBT_MALLOC;
206 if (info->flags & DBA_PERSISTENT) {
248 if (info->flags & DBA_PERSISTENT) {
249 gkey.flags |= DB_DBT_MALLOC;
250 gval.flags |= DB_DBT_MALLOC;
[all …]

Completed in 75 milliseconds

12345678910>>...24