Home
last modified time | relevance | path

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

/PHP-8.3/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.h61 struct zip_file *zf; member
H A Dphp_zip.c128 struct zip_file *zf; in php_zip_extract_file() local
2877 struct zip_file *zf; local
/PHP-8.3/Zend/
H A Dzend_compile.h1055 static zend_always_inline bool zend_check_arg_send_type(const zend_function *zf, uint32_t arg_num, … in zend_check_arg_send_type()
1067 #define ARG_MUST_BE_SENT_BY_REF(zf, arg_num) \ argument
1070 #define ARG_SHOULD_BE_SENT_BY_REF(zf, arg_num) \ argument
1073 #define ARG_MAY_BE_SENT_BY_REF(zf, arg_num) \ argument
1080 # define ZEND_SET_ARG_FLAG(zf, arg_num, mask) do { \ argument
1083 # define ZEND_CHECK_ARG_FLAG(zf, arg_num, mask) \ argument
1086 # define ZEND_SET_ARG_FLAG(zf, arg_num, mask) do { \ argument
1089 # define ZEND_CHECK_ARG_FLAG(zf, arg_num, mask) \ argument
1093 #define QUICK_ARG_MUST_BE_SENT_BY_REF(zf, arg_num) \ argument
1096 #define QUICK_ARG_SHOULD_BE_SENT_BY_REF(zf, arg_num) \ argument
[all …]
H A Dzend_execute.c672 const zend_function *zf, const zend_arg_info *arg_info, zval *value, in zend_verify_type_error_common()
695 const zend_function *zf, const zend_arg_info *arg_info, uint32_t arg_num, zval *value) in zend_verify_arg_error()
1214 static zend_always_inline bool zend_verify_recv_arg_type(zend_function *zf, uint32_t arg_num, zval … in zend_verify_recv_arg_type()
1231 zend_function *zf, zend_arg_info *arg_info, uint32_t arg_num, zval *arg, void **cache_slot) in zend_verify_variadic_arg_type()
1394 ZEND_API ZEND_COLD void zend_verify_return_error(const zend_function *zf, zval *value) in zend_verify_return_error()
1410 ZEND_API ZEND_COLD void zend_verify_never_error(const zend_function *zf) in zend_verify_never_error()
1421 static ZEND_COLD void zend_verify_internal_return_error(const zend_function *zf, zval *value) in zend_verify_internal_return_error()
1435 static ZEND_COLD void zend_verify_void_return_error(const zend_function *zf, const char *returned_m… in zend_verify_void_return_error()
1453 ZEND_API bool zend_verify_internal_return_type(zend_function *zf, zval *ret) in zend_verify_internal_return_type()
1474 static ZEND_COLD void zend_verify_missing_return_type(const zend_function *zf) in zend_verify_missing_return_type()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_info.c433 zend_function *zf; in PHPDBG_INFO() local
/PHP-8.3/ext/soap/
H A Dsoap.c1236 php_stream_filter *zf = NULL; local

Completed in 51 milliseconds