/PHP-7.4/ext/phar/ |
H A D | stream.c | 553 static int phar_wrapper_stat(php_stream_wrapper *wrapper, const char *url, int flags, in phar_wrapper_stat()
|
H A D | phar_internal.h | 222 uint32_t flags; member 284 uint32_t flags; member
|
/PHP-7.4/ext/ffi/ |
H A D | php_ffi.h | 167 uint32_t flags; member
|
H A D | ffi.c | 184 zend_ffi_flags flags; member 407 …_cdata *zend_ffi_cdata_to_zval_slow(void *ptr, zend_ffi_type *type, zend_ffi_flags flags) /* {{{ */ in zend_ffi_cdata_to_zval_slow() 423 …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() 437 …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() 462 … *cdata, void *ptr, zend_ffi_type *type, int read_type, zval *rv, zend_ffi_flags flags, zend_bool … in zend_ffi_cdata_to_zval() 3630 zend_ffi_flags flags = ZEND_FFI_FLAG_OWNED; in ZEND_METHOD() local
|
/PHP-7.4/sapi/cli/ |
H A D | php_http_parser.h | 184 unsigned char flags : 6; member
|
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg.c | 1233 int flags; in phpdbg_sigio_handler() local 1375 uint64_t flags; in main() local
|
H A D | phpdbg.h | 321 uint64_t flags; /* phpdbg flags */ variable
|
H A D | phpdbg_utils.c | 377 int flags; in phpdbg_set_async_io() local
|
/PHP-7.4/ext/mysqli/ |
H A D | mysqli_api.c | 744 zend_long flags = TRANS_COR_NO_OPT; local 1988 zend_long flags = TRANS_COR_NO_OPT; local 2594 zend_long flags = 0; local
|
/PHP-7.4/ext/xmlrpc/libxmlrpc/ |
H A D | xml_element.c | 317 … char* xml_elem_entity_escape(const char* buf, int old_len, int *newlen, XML_ELEM_ESCAPING flags) { in xml_elem_entity_escape()
|
/PHP-7.4/ext/standard/ |
H A D | filestat.c | 774 int flags = 0, rmask=S_IROTH, wmask=S_IWOTH, xmask=S_IXOTH; /* access rights defaults to other */ in php_stat() local
|
H A D | ftp_fopen_wrapper.c | 786 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-7.4/ext/filter/ |
H A D | logical_filters.c | 498 static int _php_filter_validate_domain(char * domain, int len, zend_long flags) /* {{{ */ in _php_filter_validate_domain()
|
/PHP-7.4/Zend/ |
H A D | zend_gc.c | 1154 static int gc_collect_white(zend_refcounted *ref, uint32_t *flags, gc_stack *stack) in gc_collect_white() 1287 static int gc_collect_roots(uint32_t *flags, gc_stack *stack) in gc_collect_roots()
|
H A D | zend_builtin_functions.c | 1448 static inline void class_exists_impl(INTERNAL_FUNCTION_PARAMETERS, int flags, int skip_flags) /* {{… in class_exists_impl() 1758 static inline void get_declared_class_impl(INTERNAL_FUNCTION_PARAMETERS, int flags, int skip_flags)… in get_declared_class_impl()
|
H A D | zend_vm_gen.php | 2282 function parse_operand_spec($def, $lineno, $str, &$flags) {
|
/PHP-7.4/ext/pdo_oci/ |
H A D | oci_statement.c | 800 zval flags; in oci_stmt_col_meta() local
|
/PHP-7.4/win32/ |
H A D | glob.c | 161 glob(pattern, flags, errfunc, pglob) in glob() argument
|
/PHP-7.4/ext/com_dotnet/ |
H A D | com_persist.c | 430 zend_long flags = 0; in CPH_METHOD() local
|
H A D | com_variant.c | 890 zend_long flags = 0; in PHP_FUNCTION() local
|
/PHP-7.4/ext/iconv/ |
H A D | iconv.c | 374 …utput_handler_init(const char *handler_name, size_t handler_name_len, size_t chunk_size, int flags) in php_iconv_output_handler_init() 2811 size_t *bytes_consumed, int flags) in php_iconv_stream_filter_do_filter()
|
/PHP-7.4/ext/spl/ |
H A D | spl_directory.c | 45 #define SPL_HAS_FLAG(flags, test_flag) ((flags & test_flag) ? 1 : 0) argument 703 zend_long flags; in spl_filesystem_object_construct() local 1489 zend_long flags; in SPL_METHOD() local
|
/PHP-7.4/ext/mysqlnd/ |
H A D | mysqlnd_structs.h | 102 unsigned int flags; /* Diverse flags */ member 209 unsigned int flags; member 1153 uint64_t flags; member 1290 enum_param_bind_flags flags; member 1304 zend_ulong flags;/* cursor is set here */ member
|
H A D | mysqlnd_debug.h | 45 unsigned int flags; member
|
/PHP-7.4/ext/pcntl/ |
H A D | pcntl.c | 1574 zend_long flags; in PHP_FUNCTION() local
|