mirror of
https://github.com/php/php-src.git
synced 2025-01-20 18:53:37 +08:00
fix compilation
This commit is contained in:
parent
6ebd6f956c
commit
bdcff9817b
@ -2863,7 +2863,7 @@ PHP_FUNCTION(ibase_blob_import)
|
||||
RETURN_FALSE;
|
||||
}
|
||||
|
||||
what = zend_fetch_resource(arg1, -1, "File-Handle", &type, 2, php_file_le_fopen(), php_file_le_stream());
|
||||
what = zend_fetch_resource(file_arg, -1, "File-Handle", &type, 2, php_file_le_fopen(), php_file_le_stream());
|
||||
ZEND_VERIFY_RESOURCE(what);
|
||||
|
||||
if (type == php_file_le_fopen())
|
||||
|
Loading…
Reference in New Issue
Block a user