Home
last modified time | relevance | path

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

/PHP-8.0/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()
213 struct zip_file *zf = NULL; in php_stream_zip_open() local
224 if (zf) { in php_stream_zip_open()
228 self->zf = zf; in php_stream_zip_open()
254 struct zip_file *zf = NULL; in php_stream_zip_opener() local
303 if (zf) { in php_stream_zip_opener()
[all …]
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
233 if (zf == NULL) { in php_zip_extract_file()
242 zip_fclose(zf); in php_zip_extract_file()
260 n = zip_fclose(zf); in php_zip_extract_file()
1108 if (zr_rsrc->zf) { in php_zip_free_entry()
1239 if (zr_rsrc->zf) { in PHP_FUNCTION()
1324 if (zr_rsrc->zf) { in PHP_FUNCTION()
1354 if (!zr_rsrc->zf) { in php_zip_entry_get_info()
2803 struct zip_file *zf; local
2845 if (zf == NULL) {
[all …]
/PHP-8.0/Zend/
H A Dzend_compile.h983 if (UNEXPECTED(arg_num >= zf->common.num_args)) { in zend_check_arg_send_type()
987 arg_num = zf->common.num_args; 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
1019 ZEND_CHECK_ARG_FLAG(zf, arg_num, ZEND_SEND_BY_REF)
[all …]
H A Dzend_execute.c667 *fname = ZSTR_VAL(zf->common.function_name); in zend_verify_type_error_common()
668 if (zf->common.scope) { in zend_verify_type_error_common()
670 *fclass = ZSTR_VAL(zf->common.scope->name); in zend_verify_type_error_common()
702 ZEND_ASSERT(zf->common.type == ZEND_USER_FUNCTION in zend_verify_arg_error()
1063 ZEND_ASSERT(arg_num <= zf->common.num_args); in zend_verify_recv_arg_type()
1064 cur_arg_info = &zf->common.arg_info[arg_num-1]; in zend_verify_recv_arg_type()
1080 zend_verify_arg_error(zf, arg_info, arg_num, arg); in zend_verify_variadic_arg_type()
1214 if (zf->common.scope) { in zend_verify_void_return_error()
1216 fclass = ZSTR_VAL(zf->common.scope->name); in zend_verify_void_return_error()
1238 zend_verify_internal_return_error(zf, ret); in zend_verify_internal_return_type()
[all …]
H A Dzend_interfaces.c280 zend_function *zf = zend_hash_str_find_ptr( in zend_implement_aggregate() local
290 if (zf->common.scope != class_type) { in zend_implement_aggregate()
305 funcs_ptr->zf_new_iterator = zf; in zend_implement_aggregate()
H A Dzend_execute.h73 const zend_function *zf, const zend_arg_info *arg_info, int arg_num, zval *value);
75 const zend_function *zf, zval *value);
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_info.c430 zend_function *zf; in PHPDBG_INFO() local
436 ZEND_HASH_FOREACH_PTR(EG(function_table), zf) { in PHPDBG_INFO()
437 if (zf->type == ZEND_USER_FUNCTION) { in PHPDBG_INFO()
438 zend_hash_next_index_insert_ptr(&functions, zf); in PHPDBG_INFO()
447 ZEND_HASH_FOREACH_PTR(&functions, zf) { in PHPDBG_INFO()
448 zend_op_array *op_array = &zf->op_array; in PHPDBG_INFO()
/PHP-8.0/ext/soap/
H A Dsoap.c1288 php_stream_filter *zf = NULL; local
1306 zf = php_stream_filter_create("zlib.inflate", &filter_params, 0);
1309 if (zf) {
1310 php_stream_filter_append(&SG(request_info).request_body->readfilters, zf);
1326 if (zf) {
1327 php_stream_filter_remove(zf, 1);
/PHP-8.0/ext/hash/tests/
H A Dfnv1a64.phpt116 array( '2XYKuf1cd Qhz;\'Qc^zf^M', 'fcb5e375b267b232' ),

Completed in 97 milliseconds