Home
last modified time | relevance | path

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

/PHP-8.1/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
2812 struct zip_file *zf; local
/PHP-8.1/Zend/
H A Dzend_compile.h1000 static zend_always_inline bool zend_check_arg_send_type(const zend_function *zf, uint32_t arg_num, … in zend_check_arg_send_type()
1012 #define ARG_MUST_BE_SENT_BY_REF(zf, arg_num) \ argument
1015 #define ARG_SHOULD_BE_SENT_BY_REF(zf, arg_num) \ argument
1018 #define ARG_MAY_BE_SENT_BY_REF(zf, arg_num) \ argument
1025 # define ZEND_SET_ARG_FLAG(zf, arg_num, mask) do { \ argument
1028 # define ZEND_CHECK_ARG_FLAG(zf, arg_num, mask) \ argument
1031 # define ZEND_SET_ARG_FLAG(zf, arg_num, mask) do { \ argument
1034 # define ZEND_CHECK_ARG_FLAG(zf, arg_num, mask) \ argument
1038 #define QUICK_ARG_MUST_BE_SENT_BY_REF(zf, arg_num) \ argument
1041 #define QUICK_ARG_SHOULD_BE_SENT_BY_REF(zf, arg_num) \ argument
[all …]
H A Dzend_execute.c655 const zend_function *zf, const zend_arg_info *arg_info, zval *value, in zend_verify_type_error_common()
678 const zend_function *zf, const zend_arg_info *arg_info, uint32_t arg_num, zval *value) in zend_verify_arg_error()
1113 static zend_always_inline bool zend_verify_recv_arg_type(zend_function *zf, uint32_t arg_num, zval … in zend_verify_recv_arg_type()
1130 zend_function *zf, zend_arg_info *arg_info, uint32_t arg_num, zval *arg, void **cache_slot) in zend_verify_variadic_arg_type()
1303 ZEND_API ZEND_COLD void zend_verify_return_error(const zend_function *zf, zval *value) in zend_verify_return_error()
1319 ZEND_API ZEND_COLD void zend_verify_never_error(const zend_function *zf) in zend_verify_never_error()
1330 static ZEND_COLD void zend_verify_internal_return_error(const zend_function *zf, zval *value) in zend_verify_internal_return_error()
1344 static ZEND_COLD void zend_verify_void_return_error(const zend_function *zf, const char *returned_m… in zend_verify_void_return_error()
1362 ZEND_API bool zend_verify_internal_return_type(zend_function *zf, zval *ret) in zend_verify_internal_return_type()
1383 static ZEND_COLD void zend_verify_missing_return_type(const zend_function *zf) in zend_verify_missing_return_type()
H A Dzend_interfaces.c295 zend_function *zf = zend_hash_str_find_ptr( in zend_implement_aggregate() local
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_info.c428 zend_function *zf; in PHPDBG_INFO() local
/PHP-8.1/ext/soap/
H A Dsoap.c1280 php_stream_filter *zf = NULL; local

Completed in 59 milliseconds