Home
last modified time | relevance | path

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

/php-src/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-src/Zend/
H A Dzend_compile.h1078 static zend_always_inline bool zend_check_arg_send_type(const zend_function *zf, uint32_t arg_num, … in zend_check_arg_send_type()
1090 #define ARG_MUST_BE_SENT_BY_REF(zf, arg_num) \ argument
1093 #define ARG_SHOULD_BE_SENT_BY_REF(zf, arg_num) \ argument
1096 #define ARG_MAY_BE_SENT_BY_REF(zf, arg_num) \ argument
1103 # define ZEND_SET_ARG_FLAG(zf, arg_num, mask) do { \ argument
1106 # define ZEND_CHECK_ARG_FLAG(zf, arg_num, mask) \ argument
1109 # define ZEND_SET_ARG_FLAG(zf, arg_num, mask) do { \ argument
1112 # define ZEND_CHECK_ARG_FLAG(zf, arg_num, mask) \ argument
1116 #define QUICK_ARG_MUST_BE_SENT_BY_REF(zf, arg_num) \ argument
1119 #define QUICK_ARG_SHOULD_BE_SENT_BY_REF(zf, arg_num) \ argument
[all …]
H A Dzend_execute.c674 const zend_function *zf, const zend_arg_info *arg_info, zval *value, in zend_verify_type_error_common()
697 const zend_function *zf, const zend_arg_info *arg_info, uint32_t arg_num, zval *value) in zend_verify_arg_error()
1216 static zend_always_inline bool zend_verify_recv_arg_type(zend_function *zf, uint32_t arg_num, zval … in zend_verify_recv_arg_type()
1233 zend_function *zf, zend_arg_info *arg_info, uint32_t arg_num, zval *arg, void **cache_slot) in zend_verify_variadic_arg_type()
1396 ZEND_API ZEND_COLD void zend_verify_return_error(const zend_function *zf, zval *value) in zend_verify_return_error()
1412 ZEND_API ZEND_COLD void zend_verify_never_error(const zend_function *zf) in zend_verify_never_error()
1423 static ZEND_COLD void zend_verify_internal_return_error(const zend_function *zf, zval *value) in zend_verify_internal_return_error()
1437 static ZEND_COLD void zend_verify_void_return_error(const zend_function *zf, const char *returned_m… in zend_verify_void_return_error()
1455 ZEND_API bool zend_verify_internal_return_type(zend_function *zf, zval *ret) in zend_verify_internal_return_type()
1476 static ZEND_COLD void zend_verify_missing_return_type(const zend_function *zf) in zend_verify_missing_return_type()
/php-src/sapi/phpdbg/
H A Dphpdbg_info.c428 zend_function *zf; in PHPDBG_INFO() local
/php-src/ext/soap/
H A Dsoap.c1224 php_stream_filter *zf = NULL; local

Completed in 68 milliseconds