Home
last modified time | relevance | path

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

12345678910

/PHP-8.3/ext/com_dotnet/
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-8.3/ext/standard/
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-8.3/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()
/PHP-8.3/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-8.3/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-8.3/ext/mysqlnd/
H A Dmysqlnd_structs.h96 unsigned int flags; /* Diverse flags */ member
203 unsigned int flags; member
1120 uint64_t flags; member
1239 enum_param_bind_flags flags; member
1253 zend_ulong flags;/* cursor is set here */ member
H A Dmysqlnd_debug.h45 unsigned int flags; member
/PHP-8.3/Zend/
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.c884 uint32_t flags = 0; in zend_modifier_list_to_flags() local
901 uint32_t zend_add_class_modifier(uint32_t flags, uint32_t new_flag) /* {{{ */ in zend_add_class_modifier()
926 uint32_t zend_add_anonymous_class_modifier(uint32_t flags, uint32_t new_flag) in zend_add_anonymous_class_modifier()
945 uint32_t zend_add_member_modifier(uint32_t flags, uint32_t new_flag, zend_modifier_target target) /… in zend_add_member_modifier()
3473 uint32_t offset, flags; in zend_compile_assign_ref() local
6876 uint32_t flags = (CG(active_op_array)->fn_flags & ZEND_ACC_STRICT_TYPES) in zend_compile_attributes() local
7207 uint32_t flags = param_ast->attr & (ZEND_ACC_PPP_MASK | ZEND_ACC_READONLY); in zend_compile_params() local
7714 static void zend_compile_prop_decl(zend_ast *ast, zend_ast *type_ast, uint32_t flags, zend_ast *att… in zend_compile_prop_decl()
7837 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.php2232 function parse_operand_spec($def, $lineno, $str, &$flags) {
H A Dzend_vm_execute.h6665 uint32_t flags = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH(op1_str, op2_str); in ZEND_FAST_CONCAT_SPEC_CONST_CONST_HANDLER() local
8757 uint32_t flags = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH(op1_str, op2_str); in ZEND_CONCAT_SPEC_CONST_TMPVAR_HANDLER() local
9185 uint32_t flags = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH(op1_str, op2_str); in ZEND_FAST_CONCAT_SPEC_CONST_TMPVAR_HANDLER() local
11144 uint32_t flags = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH(op1_str, op2_str); in ZEND_CONCAT_SPEC_CONST_CV_HANDLER() local
11572 uint32_t flags = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH(op1_str, op2_str); in ZEND_FAST_CONCAT_SPEC_CONST_CV_HANDLER() local
15183 uint32_t flags = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH(op1_str, op2_str); in ZEND_CONCAT_SPEC_TMPVAR_CONST_HANDLER() local
15925 uint32_t flags = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH(op1_str, op2_str); in ZEND_FAST_CONCAT_SPEC_TMPVAR_CONST_HANDLER() local
16628 uint32_t flags = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH(op1_str, op2_str); in ZEND_CONCAT_SPEC_TMPVAR_TMPVAR_HANDLER() local
20003 uint32_t flags = ZSTR_COPYABLE_CONCAT_PROPERTIES; in ZEND_ROPE_END_SPEC_TMP_CONST_HANDLER() local
20484 uint32_t flags = ZSTR_COPYABLE_CONCAT_PROPERTIES; in ZEND_ROPE_END_SPEC_TMP_TMPVAR_HANDLER() local
[all …]
/PHP-8.3/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()
3765 zend_ffi_flags flags = ZEND_FFI_FLAG_OWNED; in ZEND_METHOD() local
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h394 sljit_uw flags; member
405 sljit_uw flags; member
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php819 public function schemaValidate(string $filename, int $flags = 0): bool {}
822 public function schemaValidateSource(string $source, int $flags = 0): bool {}
H A Ddocument.c1688 zend_long flags = 0; in PHP_METHOD() local
1776 zend_long flags = 0; in _dom_document_schema_validate() local
/PHP-8.3/ext/openssl/
H A Dopenssl.c5396 zend_long flags = 0; in PHP_FUNCTION() local
5527 zend_long flags = 0; in PHP_FUNCTION() local
5763 zend_long flags = PKCS7_DETACHED; in PHP_FUNCTION() local
5961 zend_long flags = 0; in PHP_FUNCTION() local
6129 zend_long flags = 0; in PHP_FUNCTION() local
6409 zend_long flags = 0; in PHP_FUNCTION() local
/PHP-8.3/ext/ldap/
H A Dldap.stub.php613 …function ldap_connect(?string $uri = null, int $port = 389, string $wallet = UNKNOWN, #[\Sensitive…
H A Dldap.c1297 static int _php_sasl_interact(LDAP *ld, unsigned flags, void *defaults, void *in) in _php_sasl_interact()
3772 …nd_string* php_ldap_do_escape(const bool *map, const char *value, size_t valuelen, zend_long flags) in php_ldap_do_escape()
3822 zend_long flags = 0; in PHP_FUNCTION() local
/PHP-8.3/ext/standard/libavifinfo/
H A Davifinfo.c245 uint32_t flags; // 0 or actual value if this is a full box. member
/PHP-8.3/ext/phar/
H A Dutil.c1186 uint32_t flags; in phar_decompress_filter() local
/PHP-8.3/win32/
H A Dioutil.h303 __forceinline static int php_win32_ioutil_open(const char *path, int flags, ...) in php_win32_ioutil_open()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.c1135 uint64_t flags; in main() local
/PHP-8.3/win32/build/
H A Dconfutils.js2632 function ADD_FLAG(name, flags, target) argument

Completed in 379 milliseconds

12345678910