Home
last modified time | relevance | path

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

/PHP-8.0/ext/zip/
H A Dzip_stream.c36 struct zip_file *zf; member
213 struct zip_file *zf = NULL; in php_stream_zip_open() local
254 struct zip_file *zf = NULL; in php_stream_zip_opener() local
H A Dphp_zip.h47 struct zip_file *zf; member
H A Dphp_zip.c127 struct zip_file *zf; in php_zip_extract_file() local
2803 struct zip_file *zf; local
/PHP-8.0/Zend/
H A Dzend_compile.h980 static zend_always_inline bool zend_check_arg_send_type(const zend_function *zf, uint32_t arg_num, … in zend_check_arg_send_type()
992 #define ARG_MUST_BE_SENT_BY_REF(zf, arg_num) \ argument
995 #define ARG_SHOULD_BE_SENT_BY_REF(zf, arg_num) \ argument
998 #define ARG_MAY_BE_SENT_BY_REF(zf, arg_num) \ argument
1005 # define ZEND_SET_ARG_FLAG(zf, arg_num, mask) do { \ argument
1008 # define ZEND_CHECK_ARG_FLAG(zf, arg_num, mask) \ argument
1011 # define ZEND_SET_ARG_FLAG(zf, arg_num, mask) do { \ argument
1014 # define ZEND_CHECK_ARG_FLAG(zf, arg_num, mask) \ argument
1018 #define QUICK_ARG_MUST_BE_SENT_BY_REF(zf, arg_num) \ argument
1021 #define QUICK_ARG_SHOULD_BE_SENT_BY_REF(zf, arg_num) \ argument
[all …]
H A Dzend_execute.c663 const zend_function *zf, const zend_arg_info *arg_info, zval *value, in zend_verify_type_error_common()
686 const zend_function *zf, const zend_arg_info *arg_info, int arg_num, zval *value) in zend_verify_arg_error()
1059 static zend_always_inline bool zend_verify_recv_arg_type(zend_function *zf, uint32_t arg_num, zval … in zend_verify_recv_arg_type()
1076 zend_function *zf, zend_arg_info *arg_info, uint32_t arg_num, zval *arg, void **cache_slot) in zend_verify_variadic_arg_type()
1177 ZEND_API ZEND_COLD void zend_verify_return_error(const zend_function *zf, zval *value) in zend_verify_return_error()
1194 static ZEND_COLD void zend_verify_internal_return_error(const zend_function *zf, zval *value) in zend_verify_internal_return_error()
1208 static ZEND_COLD void zend_verify_void_return_error(const zend_function *zf, const char *returned_m… in zend_verify_void_return_error()
1226 static bool zend_verify_internal_return_type(zend_function *zf, zval *ret) in zend_verify_internal_return_type()
1246 static ZEND_COLD void zend_verify_missing_return_type(const zend_function *zf) in zend_verify_missing_return_type()
H A Dzend_interfaces.c280 zend_function *zf = zend_hash_str_find_ptr( in zend_implement_aggregate() local
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_info.c430 zend_function *zf; in PHPDBG_INFO() local
/PHP-8.0/ext/soap/
H A Dsoap.c1288 php_stream_filter *zf = NULL; local

Completed in 50 milliseconds