Home
last modified time | relevance | path

Searched defs:flags (Results 151 – 175 of 236) sorted by relevance

12345678910

/php-src/ext/pdo_mysql/
H A Dmysql_statement.c769 zval flags; in pdo_mysql_stmt_col_meta() local
/php-src/main/
H A Dnetwork.c1108 u_long flags; local
1117 int flags = fcntl(socketd, F_GETFL); local
/php-src/Zend/
H A Dzend_builtin_functions.c1005 …class_exists_impl(zval *return_value, zend_string *name, bool autoload, int flags, int skip_flags)… in _class_exists_impl()
1040 static inline void class_exists_impl(INTERNAL_FUNCTION_PARAMETERS, int flags, int skip_flags) /* {{… in class_exists_impl()
1315 static inline void get_declared_class_impl(INTERNAL_FUNCTION_PARAMETERS, int flags) /* {{{ */ in get_declared_class_impl()
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_API.c1064 …lt zend_parse_arg(uint32_t arg_num, zval *arg, va_list *va, const char **spec, int flags) /* {{{ */ in zend_parse_arg()
1096 ZEND_API zend_result zend_parse_parameter(int flags, uint32_t arg_num, zval *arg, const char *spec,… in zend_parse_parameter()
1117 …sult zend_parse_va_args(uint32_t num_args, const char *type_spec, va_list *va, int flags) /* {{{ */ in zend_parse_va_args()
1260 ZEND_API zend_result zend_parse_parameters_ex(int flags, uint32_t num_args, const char *type_spec, … in zend_parse_parameters_ex()
1277 int flags = 0; in zend_parse_parameters() local
1291 int flags = 0; in zend_parse_method_parameters() local
1327 ZEND_API zend_result zend_parse_method_parameters_ex(int flags, uint32_t num_args, zval *this_ptr, … in zend_parse_method_parameters_ex()
4705 …ed_class_constant(zend_class_entry *ce, zend_string *name, zval *value, int flags, zend_string *do… in zend_declare_typed_class_constant()
4755 …class_constant_ex(zend_class_entry *ce, zend_string *name, zval *value, int flags, zend_string *do… in zend_declare_class_constant_ex()
/php-src/ext/opcache/jit/ir/
H A Dir_sccp.c254 static bool ir_is_dead_load_ex(ir_ctx *ctx, ir_ref ref, uint32_t flags, ir_insn *insn) in ir_is_dead_load_ex()
267 uint32_t flags = ir_op_flags[ctx->ir_base[ref].op]; in ir_is_dead_load() local
2161 uint32_t flags; in ir_sccp() local
/php-src/ext/spl/
H A Dspl_directory.h59 zend_long flags; member
/php-src/Zend/Optimizer/
H A Dzend_cfg.c272 uint32_t flags = 0; in zend_build_cfg() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_study.c1798 uint32_t flags = PCRE2_FIRSTMAPSET; in PRIV() local
/php-src/ext/standard/
H A Duser_filters.c132 int flags in userfilter_filter()
H A Dhttp_fopen_wrapper.c120 php_stream_context *context, int redirect_max, int flags, in php_stream_url_wrap_http_ex()
H A Dfile.c459 zend_long flags = 0; in PHP_FUNCTION() local
601 zend_long flags = 0; in PHP_FUNCTION() local
2337 zend_long flags = 0; in PHP_FUNCTION() local
/php-src/ext/intl/
H A Dphp_intl.stub.php305 function collator_sort(Collator $object, array &$array, int $flags = Collator::SORT_REGULAR): bool …
309 function collator_asort(Collator $object, array &$array, int $flags = Collator::SORT_REGULAR): bool…
456 function idn_to_ascii(string $domain, int $flags = IDNA_DEFAULT, int $variant = INTL_IDNA_VARIANT_U…
459 function idn_to_utf8(string $domain, int $flags = IDNA_DEFAULT, int $variant = INTL_IDNA_VARIANT_UT…
/php-src/ext/zlib/
H A Dzlib.stub.php163 function ob_gzhandler(string $data, int $flags): string|false {}
/php-src/ext/phar/
H A Dphar_object.stub.php76 …public function __construct(string $filename, int $flags = FilesystemIterator::SKIP_DOTS|Filesyste…
249 …public function __construct(string $filename, int $flags = FilesystemIterator::SKIP_DOTS|Filesyste…
H A Dstream.c561 static int phar_wrapper_stat(php_stream_wrapper *wrapper, const char *url, int flags, in phar_wrapper_stat()
/php-src/sapi/fpm/fpm/
H A Dfpm_sockets.c206 int flags = 1; in fpm_sockets_new_listening_socket() local
/php-src/main/streams/
H A Duserspace.c468 zend_long flags = 0; in PHP_FUNCTION() local
1264 static int user_wrapper_stat_url(php_stream_wrapper *wrapper, const char *url, int flags, in user_wrapper_stat_url()
/php-src/ext/mysqli/
H A Dmysqli_api.c307 zend_long flags = TRANS_COR_NO_OPT; in PHP_FUNCTION() local
1414 zend_long flags = TRANS_COR_NO_OPT; in PHP_FUNCTION() local
1957 zend_long flags = 0; in PHP_FUNCTION() local
/php-src/ext/ffi/
H A Dphp_ffi.h165 uint32_t flags; member
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c133 static uint32_t zend_jit_trace_get_exit_point(const zend_op *to_opline, uint32_t flags) in zend_jit_trace_get_exit_point()
3424 uint32_t flags = zend_jit_traces[trace_num].exit_info[exit_num].flags; in zend_jit_trace_exit_needs_deoptimization() local
3439 uint32_t flags, in zend_jit_trace_deoptimization()
6484 uint8_t flags = RA_REG_FLAGS(ssa_op->op1_def) & ZREG_STORE; in zend_jit_trace() local
6533 uint8_t flags = RA_REG_FLAGS(ssa_op->op2_def) & ZREG_STORE; in zend_jit_trace() local
H A Dzend_jit_internal.h421 uint32_t flags; /* set of ZEND_JIT_EXIT_... */ member
437 uint8_t flags; member
519 uint32_t flags; /* See ZEND_JIT_TRACE_... defines above */ member
/php-src/sapi/cli/
H A Dphp_http_parser.h184 unsigned char flags : 6; member
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c1994 uint32_t flags) in file_strncmp()
2073 uint32_t flags) in file_strncmp16()
/php-src/ext/filter/
H A Dlogical_filters.c507 static int _php_filter_validate_domain(char * domain, size_t len, zend_long flags) /* {{{ */ in _php_filter_validate_domain()

Completed in 161 milliseconds

12345678910