Home
last modified time | relevance | path

Searched refs:zf (Results 1 – 9 of 9) sorted by relevance

/PHP-8.2/ext/zip/
H A Dzip_stream.c36 struct zip_file *zf; member
51 if (self->zf) { in php_zip_ops_read()
96 if (self->zf) { in php_zip_ops_close()
97 zip_fclose(self->zf); in php_zip_ops_close()
98 self->zf = NULL; in php_zip_ops_close()
207 if (self->zf) { in php_zip_ops_seek()
242 struct zip_file *zf = NULL; in php_stream_zip_open() local
253 if (zf) { in php_stream_zip_open()
257 self->zf = zf; in php_stream_zip_open()
339 if (zf) { in php_stream_zip_opener()
[all …]
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
240 if (zf == NULL) { in php_zip_extract_file()
249 zip_fclose(zf); in php_zip_extract_file()
267 n = zip_fclose(zf); in php_zip_extract_file()
1128 if (zr_rsrc->zf) { in php_zip_free_entry()
1130 zr_rsrc->zf = NULL; in php_zip_free_entry()
1259 if (zr_rsrc->zf) { in PHP_FUNCTION()
1344 if (zr_rsrc->zf) { in PHP_FUNCTION()
1374 if (!zr_rsrc->zf) { in php_zip_entry_get_info()
2919 if (zf == NULL) {
[all …]
/PHP-8.2/Zend/
H A Dzend_compile.h1079 if (UNEXPECTED(arg_num >= zf->common.num_args)) { in zend_check_arg_send_type()
1083 arg_num = zf->common.num_args; in zend_check_arg_send_type()
1088 #define ARG_MUST_BE_SENT_BY_REF(zf, arg_num) \ argument
1091 #define ARG_SHOULD_BE_SENT_BY_REF(zf, arg_num) \ argument
1094 #define ARG_MAY_BE_SENT_BY_REF(zf, arg_num) \ argument
1101 # define ZEND_SET_ARG_FLAG(zf, arg_num, mask) do { \ argument
1104 # define ZEND_CHECK_ARG_FLAG(zf, arg_num, mask) \ argument
1107 # define ZEND_SET_ARG_FLAG(zf, arg_num, mask) do { \ argument
1110 # define ZEND_CHECK_ARG_FLAG(zf, arg_num, mask) \ argument
1115 ZEND_CHECK_ARG_FLAG(zf, arg_num, ZEND_SEND_BY_REF)
[all …]
H A Dzend_execute.c677 *fname = ZSTR_VAL(zf->common.function_name); in zend_verify_type_error_common()
678 if (zf->common.scope) { in zend_verify_type_error_common()
680 *fclass = ZSTR_VAL(zf->common.scope->name); in zend_verify_type_error_common()
706 ZEND_ASSERT(zf->common.type == ZEND_USER_FUNCTION in zend_verify_arg_error()
1219 ZEND_ASSERT(arg_num <= zf->common.num_args); in zend_verify_recv_arg_type()
1220 cur_arg_info = &zf->common.arg_info[arg_num-1]; in zend_verify_recv_arg_type()
1236 zend_verify_arg_error(zf, arg_info, arg_num, arg); in zend_verify_variadic_arg_type()
1442 if (zf->common.scope) { in zend_verify_void_return_error()
1444 fclass = ZSTR_VAL(zf->common.scope->name); in zend_verify_void_return_error()
1467 zend_verify_internal_return_error(zf, ret); in zend_verify_internal_return_type()
[all …]
H A Dzend_execute.h95 const zend_function *zf, const zend_arg_info *arg_info, uint32_t arg_num, zval *value);
97 const zend_function *zf, zval *value);
99 const zend_function *zf);
107 ZEND_API bool zend_verify_internal_return_type(zend_function *zf, zval *ret);
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_info.c428 zend_function *zf; in PHPDBG_INFO() local
434 ZEND_HASH_MAP_FOREACH_PTR(EG(function_table), zf) { in PHPDBG_INFO()
435 if (zf->type == ZEND_USER_FUNCTION) { in PHPDBG_INFO()
436 zend_hash_next_index_insert_ptr(&functions, zf); in PHPDBG_INFO()
445 ZEND_HASH_PACKED_FOREACH_PTR(&functions, zf) { in PHPDBG_INFO()
446 zend_op_array *op_array = &zf->op_array; in PHPDBG_INFO()
/PHP-8.2/ext/soap/
H A Dsoap.c1224 php_stream_filter *zf = NULL; local
1242 zf = php_stream_filter_create("zlib.inflate", &filter_params, 0);
1245 if (zf) {
1246 php_stream_filter_append(&SG(request_info).request_body->readfilters, zf);
1259 if (zf) {
1260 php_stream_filter_remove(zf, 1);
/PHP-8.2/ext/hash/tests/
H A Dfnv1a64.phpt116 array( '2XYKuf1cd Qhz;\'Qc^zf^M', 'fcb5e375b267b232' ),

Completed in 135 milliseconds