Home
last modified time | relevance | path

Searched defs:flags (Results 101 – 125 of 180) sorted by relevance

12345678

/PHP-7.4/ext/pdo_mysql/
H A Dmysql_statement.c832 zval flags; in pdo_mysql_stmt_col_meta() local
/PHP-7.4/sapi/cli/
H A Dphp_http_parser.c228 enum flags enum
/PHP-7.4/main/streams/
H A Dcast.c193 int flags = castas & PHP_STREAM_CAST_MASK; in _php_stream_cast() local
H A Dfilter.c408 long flags = (finish ? PSFS_FLAG_FLUSH_CLOSE : PSFS_FLAG_FLUSH_INC); in _php_stream_filter_flush() local
H A Duserspace.c500 zend_long flags = 0; in PHP_FUNCTION() local
1366 static int user_wrapper_stat_url(php_stream_wrapper *wrapper, const char *url, int flags, in user_wrapper_stat_url()
/PHP-7.4/ext/mysqli/
H A Dmysqli_nonapi.c62 zend_long port = 0, flags = 0; local
1165 zend_long flags = TRANS_START_NO_OPT; local
/PHP-7.4/ext/spl/
H A Dspl_array.c1621 zval *object = ZEND_THIS, *entry, flags; in SPL_METHOD() local
1660 zval members, flags; in SPL_METHOD() local
1714 zend_long flags; in SPL_METHOD() local
1861 zend_long flags; in SPL_METHOD() local
H A Dspl_iterators.c104 int flags; member
484 zend_long mode, flags; in spl_recursive_it_it_construct() local
1418 static inline int spl_cit_check_flags(zend_long flags) in spl_cit_check_flags()
1465 zend_long flags = CIT_CALL_TOSTRING; in spl_dual_it_construct() local
2163 zend_long flags; in SPL_METHOD() local
2922 zend_long flags; in SPL_METHOD() local
H A Dspl_directory.h69 zend_long flags; member
/PHP-7.4/ext/phar/
H A Dphar_object.c1135 zend_long flags = SPL_FILE_DIR_SKIPDOTS|SPL_FILE_DIR_UNIXPATHS; in PHP_METHOD() local
2259 …*phar_convert_to_other(phar_archive_data *source, int convert, char *ext, uint32_t flags) /* {{{ */ in phar_convert_to_other()
2383 uint32_t flags; in PHP_METHOD() local
2487 uint32_t flags; in PHP_METHOD() local
3220 uint32_t flags; in PHP_METHOD() local
3329 uint32_t flags; in PHP_METHOD() local
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_study.c1708 uint32_t flags = PCRE2_FIRSTMAPSET; in PRIV() local
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c296 int flags = object ? ZEND_PARSE_PARAMS_THROW : 0; in PHP_FUNCTION() local
/PHP-7.4/ext/standard/
H A Duser_filters.c159 int flags in userfilter_filter()
H A Dhttp_fopen_wrapper.c121 php_stream_context *context, int redirect_max, int flags, in php_stream_url_wrap_http_ex()
H A Dfile.c586 zend_long flags = 0; in PHP_FUNCTION() local
728 zend_long flags = 0; in PHP_FUNCTION() local
2488 zend_long flags = 0; in PHP_FUNCTION() local
/PHP-7.4/Zend/
H A Dzend_vm_opcodes.h69 #define ZEND_VM_OP1_FLAGS(flags) (flags & 0xff) argument
70 #define ZEND_VM_OP2_FLAGS(flags) ((flags >> 8) & 0xff) argument
H A Dzend_string.c165 …end_string *zend_add_interned_string(zend_string *str, HashTable *interned_strings, uint32_t flags) in zend_add_interned_string()
H A Dzend_API.c854 static int zend_parse_arg(int arg_num, zval *arg, va_list *va, const char **spec, int flags) /* {{{… in zend_parse_arg()
891 ZEND_API int zend_parse_parameter(int flags, int arg_num, zval *arg, const char *spec, ...) in zend_parse_parameter()
912 static int zend_parse_va_args(int num_args, const char *type_spec, va_list *va, int flags) /* {{{ */ in zend_parse_va_args()
1049 ZEND_API int zend_parse_parameters_ex(int flags, int num_args, const char *type_spec, ...) /* {{{ */ in zend_parse_parameters_ex()
1066 int flags = 0; in zend_parse_parameters() local
1080 int flags = ZEND_PARSE_PARAMS_THROW; in zend_parse_parameters_throw() local
1094 int flags = 0; in zend_parse_method_parameters() local
1130 ZEND_API int zend_parse_method_parameters_ex(int flags, int num_args, zval *this_ptr, const char *t… in zend_parse_method_parameters_ex()
/PHP-7.4/main/
H A Dnetwork.c1131 u_long flags; local
1140 int flags = fcntl(socketd, F_GETFL); local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.h94 char flags; member
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c356 sljit_s32 flags = size & ~0xf; in emit_x86_instruction() local
H A DsljitNativeX86_64.c402 sljit_s32 flags = size & ~0xf; in emit_x86_instruction() local
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_sockets.c194 int flags = 1; in fpm_sockets_new_listening_socket() local
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_cfg.c270 uint32_t flags = 0; in zend_build_cfg() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c1828 file_strncmp(const char *s1, const char *s2, size_t len, uint32_t flags) in file_strncmp()
1896 file_strncmp16(const char *a, const char *b, size_t len, uint32_t flags) in file_strncmp16()

Completed in 129 milliseconds

12345678