Home
last modified time | relevance | path

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

/PHP-8.2/ext/zip/
H A Dzip_stream.c36 struct zip_file *zf; member
242 struct zip_file *zf = NULL; in php_stream_zip_open() local
290 struct zip_file *zf = NULL; in php_stream_zip_opener() local
H A Dphp_zip.h53 struct zip_file *zf; member
H A Dphp_zip.c128 struct zip_file *zf; in php_zip_extract_file() local
2828 struct zip_file *zf; local
/PHP-8.2/Zend/
H A Dzend_compile.h1035 static zend_always_inline bool zend_check_arg_send_type(const zend_function *zf, uint32_t arg_num, … in zend_check_arg_send_type()
1047 #define ARG_MUST_BE_SENT_BY_REF(zf, arg_num) \ argument
1050 #define ARG_SHOULD_BE_SENT_BY_REF(zf, arg_num) \ argument
1053 #define ARG_MAY_BE_SENT_BY_REF(zf, arg_num) \ argument
1060 # define ZEND_SET_ARG_FLAG(zf, arg_num, mask) do { \ argument
1063 # define ZEND_CHECK_ARG_FLAG(zf, arg_num, mask) \ argument
1066 # define ZEND_SET_ARG_FLAG(zf, arg_num, mask) do { \ argument
1069 # define ZEND_CHECK_ARG_FLAG(zf, arg_num, mask) \ argument
1073 #define QUICK_ARG_MUST_BE_SENT_BY_REF(zf, arg_num) \ argument
1076 #define QUICK_ARG_SHOULD_BE_SENT_BY_REF(zf, arg_num) \ argument
[all …]
H A Dzend_execute.c661 const zend_function *zf, const zend_arg_info *arg_info, zval *value, in zend_verify_type_error_common()
684 const zend_function *zf, const zend_arg_info *arg_info, uint32_t arg_num, zval *value) in zend_verify_arg_error()
1154 static zend_always_inline bool zend_verify_recv_arg_type(zend_function *zf, uint32_t arg_num, zval … in zend_verify_recv_arg_type()
1171 zend_function *zf, zend_arg_info *arg_info, uint32_t arg_num, zval *arg, void **cache_slot) in zend_verify_variadic_arg_type()
1334 ZEND_API ZEND_COLD void zend_verify_return_error(const zend_function *zf, zval *value) in zend_verify_return_error()
1350 ZEND_API ZEND_COLD void zend_verify_never_error(const zend_function *zf) in zend_verify_never_error()
1361 static ZEND_COLD void zend_verify_internal_return_error(const zend_function *zf, zval *value) in zend_verify_internal_return_error()
1375 static ZEND_COLD void zend_verify_void_return_error(const zend_function *zf, const char *returned_m… in zend_verify_void_return_error()
1393 ZEND_API bool zend_verify_internal_return_type(zend_function *zf, zval *ret) in zend_verify_internal_return_type()
1414 static ZEND_COLD void zend_verify_missing_return_type(const zend_function *zf) in zend_verify_missing_return_type()
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_info.c433 zend_function *zf; in PHPDBG_INFO() local
/PHP-8.2/ext/soap/
H A Dsoap.c1236 php_stream_filter *zf = NULL; local

Completed in 43 milliseconds