Home
last modified time | relevance | path

Searched defs:zf (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/zip/
H A Dzip_stream.c38 struct zip_file *zf; member
215 struct zip_file *zf = NULL; in php_stream_zip_open() local
275 struct zip_file *zf = NULL; in php_stream_zip_opener() local
H A Dphp_zip.h49 struct zip_file *zf; member
H A Dphp_zip.c139 struct zip_file *zf; in php_zip_extract_file() local
2702 struct zip_file *zf; local
/PHP-7.4/Zend/
H A Dzend_compile.h945 static zend_always_inline int zend_check_arg_send_type(const zend_function *zf, uint32_t arg_num, u… in zend_check_arg_send_type()
957 #define ARG_MUST_BE_SENT_BY_REF(zf, arg_num) \ argument
960 #define ARG_SHOULD_BE_SENT_BY_REF(zf, arg_num) \ argument
963 #define ARG_MAY_BE_SENT_BY_REF(zf, arg_num) \ argument
970 # define ZEND_SET_ARG_FLAG(zf, arg_num, mask) do { \ argument
973 # define ZEND_CHECK_ARG_FLAG(zf, arg_num, mask) \ argument
976 # define ZEND_SET_ARG_FLAG(zf, arg_num, mask) do { \ argument
979 # define ZEND_CHECK_ARG_FLAG(zf, arg_num, mask) \ argument
983 #define QUICK_ARG_MUST_BE_SENT_BY_REF(zf, arg_num) \ argument
986 #define QUICK_ARG_SHOULD_BE_SENT_BY_REF(zf, arg_num) \ argument
[all …]
H A Dzend_execute.c710 const zend_function *zf, const zend_arg_info *arg_info, in zend_verify_type_error_common()
783 const zend_function *zf, const zend_arg_info *arg_info, in zend_verify_arg_error()
1068 static zend_always_inline int zend_verify_arg_type(zend_function *zf, uint32_t arg_num, zval *arg, … in zend_verify_arg_type()
1090 static zend_always_inline int zend_verify_recv_arg_type(zend_function *zf, uint32_t arg_num, zval *… in zend_verify_recv_arg_type()
1107 static zend_always_inline int zend_verify_variadic_arg_type(zend_function *zf, uint32_t arg_num, zv… in zend_verify_variadic_arg_type()
1169 const zend_function *zf, const zend_class_entry *ce, zval *value) in zend_verify_return_error()
1185 const zend_function *zf, const zend_class_entry *ce, zval *value) in zend_verify_internal_return_error()
1199 static ZEND_COLD void zend_verify_void_return_error(const zend_function *zf, const char *returned_m… in zend_verify_void_return_error()
1217 static int zend_verify_internal_return_type(zend_function *zf, zval *ret) in zend_verify_internal_return_type()
1240 static zend_always_inline void zend_verify_return_type(zend_function *zf, zval *ret, void **cache_s… in zend_verify_return_type()
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_info.c432 zend_function *zf; in PHPDBG_INFO() local
/PHP-7.4/ext/soap/
H A Dsoap.c1570 php_stream_filter *zf = NULL; local

Completed in 56 milliseconds