/PHP-7.4/ext/pdo_mysql/ |
H A D | mysql_statement.c | 832 zval flags; in pdo_mysql_stmt_col_meta() local
|
/PHP-7.4/sapi/cli/ |
H A D | php_http_parser.c | 228 enum flags enum
|
/PHP-7.4/main/streams/ |
H A D | cast.c | 193 int flags = castas & PHP_STREAM_CAST_MASK; in _php_stream_cast() local
|
H A D | filter.c | 408 long flags = (finish ? PSFS_FLAG_FLUSH_CLOSE : PSFS_FLAG_FLUSH_INC); in _php_stream_filter_flush() local
|
H A D | userspace.c | 500 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 D | mysqli_nonapi.c | 62 zend_long port = 0, flags = 0; local 1165 zend_long flags = TRANS_START_NO_OPT; local
|
/PHP-7.4/ext/spl/ |
H A D | spl_array.c | 1621 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 D | spl_iterators.c | 104 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 D | spl_directory.h | 69 zend_long flags; member
|
/PHP-7.4/ext/phar/ |
H A D | phar_object.c | 1135 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 D | pcre2_study.c | 1708 uint32_t flags = PCRE2_FIRSTMAPSET; in PRIV() local
|
/PHP-7.4/ext/fileinfo/ |
H A D | fileinfo.c | 296 int flags = object ? ZEND_PARSE_PARAMS_THROW : 0; in PHP_FUNCTION() local
|
/PHP-7.4/ext/standard/ |
H A D | user_filters.c | 159 int flags in userfilter_filter()
|
H A D | http_fopen_wrapper.c | 121 php_stream_context *context, int redirect_max, int flags, in php_stream_url_wrap_http_ex()
|
H A D | file.c | 586 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 D | zend_vm_opcodes.h | 69 #define ZEND_VM_OP1_FLAGS(flags) (flags & 0xff) argument 70 #define ZEND_VM_OP2_FLAGS(flags) ((flags >> 8) & 0xff) argument
|
H A D | zend_string.c | 165 …end_string *zend_add_interned_string(zend_string *str, HashTable *interned_strings, uint32_t flags) in zend_add_interned_string()
|
H A D | zend_API.c | 854 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 D | network.c | 1131 u_long flags; local 1140 int flags = fcntl(socketd, F_GETFL); local
|
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg_watch.h | 94 char flags; member
|
/PHP-7.4/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeX86_32.c | 356 sljit_s32 flags = size & ~0xf; in emit_x86_instruction() local
|
H A D | sljitNativeX86_64.c | 402 sljit_s32 flags = size & ~0xf; in emit_x86_instruction() local
|
/PHP-7.4/sapi/fpm/fpm/ |
H A D | fpm_sockets.c | 194 int flags = 1; in fpm_sockets_new_listening_socket() local
|
/PHP-7.4/ext/opcache/Optimizer/ |
H A D | zend_cfg.c | 270 uint32_t flags = 0; in zend_build_cfg() local
|
/PHP-7.4/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 1828 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()
|