Home
last modified time | relevance | path

Searched defs:flags (Results 176 – 200 of 236) sorted by relevance

12345678910

/php-src/ext/com_dotnet/
H A Dcom_extension.stub.php331 function variant_cmp(mixed $left, mixed $right, int $locale_id = LOCALE_SYSTEM_DEFAULT, int $flags
H A Dcom_persist.c422 zend_long flags = 0; in CPH_METHOD() local
H A Dcom_variant.c876 zend_long flags = 0; in PHP_FUNCTION() local
/php-src/ext/standard/
H A Dfilestat.c711 int flags = 0, rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ in php_stat() local
H A Dftp_fopen_wrapper.c773 static int php_stream_ftp_url_stat(php_stream_wrapper *wrapper, const char *url, int flags, php_str… in php_stream_ftp_url_stat()
/php-src/sapi/phpdbg/
H A Dphpdbg.h307 uint64_t flags; /* phpdbg flags */ variable
H A Dphpdbg_utils.c391 int flags; in phpdbg_set_async_io() local
/php-src/ext/phar/
H A Dphar_internal.h235 uint32_t flags; member
295 uint32_t flags; member
/php-src/Zend/
H A Dzend_object_handlers.c319 uint32_t flags; in zend_get_property_offset() local
425 uint32_t flags; in zend_get_property_info() local
H A Dzend_ast.c113 zend_ast_kind kind, uint32_t flags, uint32_t start_lineno, zend_string *doc_comment, in zend_ast_create_decl()
1655 static ZEND_COLD void zend_ast_export_visibility(smart_str *str, uint32_t flags) { in zend_ast_export_visibility()
H A Dzend_gc.c1417 static int gc_collect_white(zend_refcounted *ref, uint32_t *flags, gc_stack *stack) in gc_collect_white()
1605 static int gc_collect_roots(uint32_t *flags, gc_stack *stack) in gc_collect_roots()
H A Dzend_compile.c902 uint32_t flags = 0; in zend_modifier_list_to_flags() local
919 uint32_t zend_add_class_modifier(uint32_t flags, uint32_t new_flag) /* {{{ */ in zend_add_class_modifier()
944 uint32_t zend_add_anonymous_class_modifier(uint32_t flags, uint32_t new_flag) in zend_add_anonymous_class_modifier()
963 uint32_t zend_add_member_modifier(uint32_t flags, uint32_t new_flag, zend_modifier_target target) /… in zend_add_member_modifier()
3490 uint32_t offset, flags; in zend_compile_assign_ref() local
7053 uint32_t flags = (CG(active_op_array)->fn_flags & ZEND_ACC_STRICT_TYPES) in zend_compile_attributes() local
7394 uint32_t flags = param_ast->attr & (ZEND_ACC_PPP_MASK | ZEND_ACC_READONLY); in zend_compile_params() local
7941 static void zend_compile_prop_decl(zend_ast *ast, zend_ast *type_ast, uint32_t flags, zend_ast *att… in zend_compile_prop_decl()
8064 static void zend_compile_class_const_decl(zend_ast *ast, uint32_t flags, zend_ast *attr_ast, zend_a… in zend_compile_class_const_decl()
H A Dzend_vm_gen.php2247 function parse_operand_spec($def, $lineno, $str, &$flags) {
/php-src/win32/
H A Dglob.c160 PHPAPI int glob(const char *pattern, int flags, int (*errfunc)(const char *, int), glob_t *pglob) in glob() argument
/php-src/ext/opcache/jit/
H A Dzend_jit.c539 static bool zend_jit_is_persistent_constant(zval *key, uint32_t flags) in zend_jit_is_persistent_constant()
919 uint32_t flags; in zend_jit_build_cfg() local
H A Dzend_jit_ir.c248 #define JIT_STUB_ID(name, flags) \ argument
251 #define JIT_STUB_FORWARD(name, flags) \ argument
254 #define JIT_STUB(name, flags) \ argument
264 uint32_t flags; member
337 uint32_t flags; member
2625 static void zend_jit_init_ctx(zend_jit_ctx *jit, uint32_t flags) in zend_jit_init_ctx()
12020 uint32_t flags = 0; local
12102 uint32_t flags = 0; local
13766 uint32_t flags = opline->extended_value & ZEND_FETCH_OBJ_FLAGS; local
13884 uint32_t flags = opline->extended_value & ZEND_FETCH_OBJ_FLAGS; local
[all …]
/php-src/ext/iconv/
H A Diconv.c295 …utput_handler_init(const char *handler_name, size_t handler_name_len, size_t chunk_size, int flags) in php_iconv_output_handler_init()
2525 size_t *bytes_consumed, int flags) in php_iconv_stream_filter_do_filter()
/php-src/ext/spl/
H A Dspl_directory.c39 #define SPL_HAS_FLAG(flags, test_flag) ((flags & test_flag) ? 1 : 0) argument
721 zend_long flags = (ctor_flags & ~DIT_CTOR_FLAGS); in spl_filesystem_object_construct() local
1469 zend_long flags; in PHP_METHOD() local
/php-src/ext/mysqlnd/
H A Dmysqlnd_structs.h96 unsigned int flags; /* Diverse flags */ member
204 unsigned int flags; member
1121 uint64_t flags; member
1240 enum_param_bind_flags flags; member
1254 zend_ulong flags;/* cursor is set here */ member
H A Dmysqlnd_debug.h45 unsigned int flags; member
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c71 sljit_uw flags = size; in emit_x86_instruction() local
H A DsljitNativeX86_32.c55 sljit_uw flags = size; in emit_x86_instruction() local
/php-src/ext/opcache/jit/ir/
H A Dir_gcm.c81 uint32_t flags, best, b; in ir_gcm_select_best_block() local
/php-src/ext/dom/
H A Dphp_dom.stub.php855 public function schemaValidate(string $filename, int $flags = 0): bool {}
858 public function schemaValidateSource(string $source, int $flags = 0): bool {}
1567 public function schemaValidate(string $filename, int $flags = 0): bool {}
1569 public function schemaValidateSource(string $source, int $flags = 0): bool {}
/php-src/ext/ffi/
H A Dffi.c196 zend_ffi_flags flags; member
490 …_cdata *zend_ffi_cdata_to_zval_slow(void *ptr, zend_ffi_type *type, zend_ffi_flags flags) /* {{{ */ in zend_ffi_cdata_to_zval_slow()
506 …ta *zend_ffi_cdata_to_zval_slow_ptr(void *ptr, zend_ffi_type *type, zend_ffi_flags flags) /* {{{ */ in zend_ffi_cdata_to_zval_slow_ptr()
519 …ta *zend_ffi_cdata_to_zval_slow_ret(void *ptr, zend_ffi_type *type, zend_ffi_flags flags) /* {{{ */ in zend_ffi_cdata_to_zval_slow_ret()
544 … *cdata, void *ptr, zend_ffi_type *type, int read_type, zval *rv, zend_ffi_flags flags, bool is_re… in zend_ffi_cdata_to_zval()
3762 zend_ffi_flags flags = ZEND_FFI_FLAG_OWNED; in ZEND_METHOD() local

Completed in 221 milliseconds

12345678910