Home
last modified time | relevance | path

Searched defs:flags (Results 26 – 50 of 226) sorted by relevance

12345678910

/PHP-8.3/ext/standard/
H A Dbasic_functions.stub.php1559 function stream_wrapper_register(string $protocol, string $class, int $flags = 0): bool {}
1562 function stream_register_wrapper(string $protocol, string $class, int $flags = 0): bool {}
1572 function krsort(array &$array, int $flags = SORT_REGULAR): true {}
1574 function ksort(array &$array, int $flags = SORT_REGULAR): true {}
1586 function asort(array &$array, int $flags = SORT_REGULAR): true {}
1588 function arsort(array &$array, int $flags = SORT_REGULAR): true {}
1590 function sort(array &$array, int $flags = SORT_REGULAR): true {}
1592 function rsort(array &$array, int $flags = SORT_REGULAR): true {}
1636 function extract(array &$array, int $flags = EXTR_OVERWRITE, string $prefix = ""): int {}
1750 function array_unique(array $array, int $flags = SORT_STRING): array {}
[all …]
H A Dnet.c106 static void iface_append_unicast(zval *unicast, zend_long flags, in iface_append_unicast()
159 ULONG flags = GAA_FLAG_INCLUDE_PREFIX; in PHP_FUNCTION() local
H A Dhtml.c824 int flags, in traverse_for_entities()
930 static const entity_ht *unescape_inverse_map(int all, int flags) in unescape_inverse_map()
980 PHPAPI zend_string *php_unescape_html_entities(zend_string *str, int all, int flags, const char *hi… in php_unescape_html_entities()
1016 …_escape_html_entities(const unsigned char *old, size_t oldlen, int all, int flags, const char *hin… in php_escape_html_entities()
1103 …cape_html_entities_ex(const unsigned char *old, size_t oldlen, int all, int flags, const char *hin… in php_escape_html_entities_ex()
1319 zend_long flags = ENT_QUOTES|ENT_SUBSTITUTE; in php_html_entities() local
1456 flags = ENT_QUOTES|ENT_SUBSTITUTE; in PHP_FUNCTION() local
/PHP-8.3/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
65 int flags; member
H A Dfpm_events.h11 #define fpm_event_set_timer(ev, flags, cb, arg) fpm_event_set((ev), -1, (flags), (cb), (arg)) argument
19 int flags; member
H A Dfpm_sockets.h37 int flags = fcntl(fd, F_GETFL); in fd_set_blocked() local
/PHP-8.3/ext/mysqli/
H A Dmysqli.stub.php762 public function begin_transaction(int $flags = 0, ?string $name = null): bool {}
768 …public function change_user(string $username, #[\SensitiveParameter] string $password, ?string $da…
787 public function commit(int $flags = 0, ?string $name = null): bool {}
H A Dmysqli_warning.c33 #define ZVAL_UTF8_STRING(z, s, flags) ZVAL_STRING((z), (char*)(s)) argument
34 #define ZVAL_UTF8_STRINGL(z, s, l, flags) ZVAL_STRINGL((z), (char*)(s), (l)) argument
H A Dmysqli_report.c31 zend_long flags; in PHP_FUNCTION() local
/PHP-8.3/ext/pcre/
H A Dphp_pcre.c1029 uint32_t num_subpats, int count, const PCRE2_SPTR mark, zend_long flags) { in populate_subpat_array()
1102 zend_long flags = 0; /* Match control flags */ in php_do_pcre_match() local
1144 zval *subpats, int global, int use_flags, zend_long flags, zend_off_t start_offset) in php_pcre_match_impl()
2036 size_t limit, size_t *replace_count, zend_long flags) in php_pcre_replace_func()
2155 zend_string *subject, size_t limit, size_t *replace_count, zend_long flags) in php_replace_in_subject_func()
2198 zend_string *subject_str, HashTable *subject_ht, zend_long limit_val, zend_long flags) in preg_replace_func_impl()
2348 zend_long limit = -1, flags = 0; in PHP_FUNCTION() local
2379 zend_long limit = -1, flags = 0; in PHP_FUNCTION() local
2477 zend_long flags = 0; /* Match control flags */ in PHP_FUNCTION() local
2502 zend_long limit_val, zend_long flags) in php_pcre_split_impl()
[all …]
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c340 static SLJIT_INLINE sljit_ins invert_branch(sljit_uw flags) in invert_branch()
524 sljit_uw flags; in load_addr_to_reg() local
2014 #define CHECK_IMM(flags, srcw) \ argument
2258 sljit_s32 flags = 0; in sljit_emit_op1() local
2318 sljit_s32 flags = 0; in sljit_emit_op2() local
2554 # define flags (sljit_u32)0 in sljit_emit_fop1_conv_sw_from_f64() macro
2587 # define flags (sljit_u32)0 in sljit_emit_fop1_conv_f64_from_sw() macro
2736 sljit_s32 dst_r, flags = 0; in sljit_emit_fop2() local
2896 sljit_u32 flags = 0; in sljit_emit_jump() local
3011 sljit_s32 flags; in sljit_emit_cmp() local
[all …]
H A DsljitNativeSPARC_common.c128 #define DRF(dr, flags) ((sljit_s32)(reg_map[dr] | ((flags) & SET_FLAGS))) argument
693 static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_u32 flags, sljit_s32 reg, s… in getput_arg_fast()
734 static sljit_s32 getput_arg(struct sljit_compiler *compiler, sljit_u32 flags, sljit_s32 reg, sljit_… in getput_arg()
794 static SLJIT_INLINE sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_u32 flags, sljit_s… in emit_op_mem()
803 static SLJIT_INLINE sljit_s32 emit_op_mem2(struct sljit_compiler *compiler, sljit_u32 flags, sljit_… in emit_op_mem2()
810 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_u32 flags, in emit_op()
994 sljit_u32 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op1() local
1037 sljit_u32 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op2() local
1272 sljit_s32 dst_r, flags = 0; in sljit_emit_fop2() local
1578 sljit_u32 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op_flags() local
/PHP-8.3/ext/imap/
H A Dphp_imap.c157 long flags; member
712 long flags = 0; in PHP_FUNCTION() local
1027 zend_long flags; in PHP_FUNCTION() local
1139 zend_long msgno, flags = 0; in PHP_FUNCTION() local
1484 zend_long flags = 0; in PHP_FUNCTION() local
1511 zend_long flags = 0; in PHP_FUNCTION() local
2570 zend_long flags = 0; in PHP_FUNCTION() local
2594 zend_long flags = 0; in PHP_FUNCTION() local
2618 zend_long sort, flags = 0; in PHP_FUNCTION() local
2749 zend_long flags; in PHP_FUNCTION() local
[all …]
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_cmd.h99 bool flags; /* General flags */ member
158 #define PHPDBG_COMMAND_D_EXP(name, tip, alias, handler, children, args, parent, flags) \ argument
161 #define PHPDBG_COMMAND_D_EX(name, tip, alias, handler, children, args, flags) \ argument
164 #define PHPDBG_COMMAND_D(name, tip, alias, children, args, flags) \ argument
/PHP-8.3/ext/dba/
H A Ddba.stub.php16 … $mode, ?string $handler = null, int $permission = 0o644, int $map_size = 0, ?int $flags = null) {}
19 … $mode, ?string $handler = null, int $permission = 0o644, int $map_size = 0, ?int $flags = null) {}
/PHP-8.3/ext/sqlite3/
H A Dsqlite3.stub.php316 …public function __construct(string $filename, int $flags = SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_C…
319 …public function open(string $filename, int $flags = SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE, …
371 …public function createFunction(string $name, callable $callback, int $argCount = -1, int $flags = …
380 …(string $table, string $column, int $rowid, string $database = "main", int $flags = SQLITE3_OPEN_R…
/PHP-8.3/main/
H A Doutput.c425 PHPAPI int php_output_start_user(zval *output_handler, size_t chunk_size, int flags) in php_output_start_user()
444 …har *name, size_t name_len, php_output_handler_func_t output_handler, size_t chunk_size, int flags) in php_output_start_internal()
460 …_output_handler *php_output_handler_create_user(zval *output_handler, size_t chunk_size, int flags) in php_output_handler_create_user()
502 …e, size_t name_len, php_output_handler_context_func_t output_handler, size_t chunk_size, int flags) in php_output_handler_create_internal()
853 …inline php_output_handler *php_output_handler_init(zend_string *name, size_t chunk_size, int flags) in php_output_handler_init()
1191 static int php_output_stack_pop(int flags) in php_output_stack_pop()
1296 zend_long flags = PHP_OUTPUT_HANDLER_STDFLAGS; in PHP_FUNCTION() local
/PHP-8.3/win32/
H A Dcodepage.c38 …char_t *php_win32_cp_to_w_int(const char* in, size_t in_len, size_t *out_len, UINT cp, DWORD flags) in php_win32_cp_to_w_int()
96 PW32CP wchar_t *php_win32_cp_conv_to_w(DWORD cp, DWORD flags, const char* in, size_t in_len, size_t… in php_win32_cp_conv_to_w()
244 …r *php_win32_cp_from_w_int(const wchar_t* in, size_t in_len, size_t *out_len, UINT cp, DWORD flags) in php_win32_cp_from_w_int()
303 PW32CP char *php_win32_cp_conv_from_w(DWORD cp, DWORD flags, const wchar_t* in, size_t in_len, size… in php_win32_cp_conv_from_w()
/PHP-8.3/ext/com_dotnet/
H A Dcom_com.c333 WORD flags, DISPPARAMS *disp_params, VARIANT *v, bool silent, bool allow_noarg) in php_com_invoke_helper()
457 WORD flags, VARIANT *v, int nargs, zval *args) in php_com_do_invoke_byref()
585 WORD flags, VARIANT *v, int nargs, zval *args, bool silent, bool allow_noarg) in php_com_do_invoke_by_id()
632 WORD flags, VARIANT *v, int nargs, zval *args, bool allow_noarg) in php_com_do_invoke()
/PHP-8.3/ext/intl/collator/
H A Dcollator.stub.php168 public function sort(array &$array, int $flags = Collator::SORT_REGULAR): bool {}
180 public function asort(array &$array, int $flags = Collator::SORT_REGULAR): bool {}
/PHP-8.3/ext/openssl/
H A Dopenssl.stub.php401 function openssl_x509_check_private_key(OpenSSLCertificate|string $certificate, #[\SensitiveParamet…
/PHP-8.3/main/streams/
H A Dxp_socket.c275 static inline int sock_sendto(php_netstream_data_t *sock, const char *buf, size_t buflen, int flags, in sock_sendto()
292 static inline int sock_recvfrom(php_netstream_data_t *sock, char *buf, size_t buflen, int flags, in sock_recvfrom()
333 int oldmode, flags; in php_sockop_set_option() local
930 const char *persistent_id, int options, int flags, in php_stream_generic_socket_factory()
H A Dtransports.c53 int flags, const char *persistent_id, in _php_stream_xport_create()
401 int flags, void **addr, socklen_t *addrlen, zend_string **textaddr in php_stream_xport_recvfrom()
470 int flags, void *addr, socklen_t addrlen) in php_stream_xport_sendto()
/PHP-8.3/ext/pcntl/
H A Dpcntl.stub.php914 function pcntl_waitpid(int $process_id, &$status, int $flags = 0, &$resource_usage = []): int {}
920 function pcntl_wait(&$status, int $flags = 0, &$resource_usage = []): int {}
983 function pcntl_unshare(int $flags): bool {}
987 function pcntl_rfork(int $flags, int $signal = 0): int{}
991 function pcntl_forkx(int $flags): int{}
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c290 const zval *key, uint32_t flags, int check_defined_only) in _zend_quick_get_constant()
334 zend_constant* ZEND_FASTCALL zend_jit_get_constant(const zval *key, uint32_t flags) in zend_jit_get_constant()
680 uint8_t flags = 0; local
722 uint8_t flags = 0; local
750 uint8_t flags = 0; local

Completed in 104 milliseconds

12345678910