mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Merge branch 'PHP-7.4'
* PHP-7.4: Properly initialize variable
This commit is contained in:
commit
848ce03347
1 changed files with 1 additions and 1 deletions
|
@ -2895,7 +2895,7 @@ ZEND_METHOD(FFI, load) /* {{{ */
|
||||||
size_t code_size, scope_name_len;
|
size_t code_size, scope_name_len;
|
||||||
zend_ffi *ffi;
|
zend_ffi *ffi;
|
||||||
zend_bool preload = (CG(compiler_options) & ZEND_COMPILE_PRELOAD) != 0;
|
zend_bool preload = (CG(compiler_options) & ZEND_COMPILE_PRELOAD) != 0;
|
||||||
DL_HANDLE handle;
|
DL_HANDLE handle = NULL;
|
||||||
zend_ffi_scope *scope = NULL;
|
zend_ffi_scope *scope = NULL;
|
||||||
zend_string *name;
|
zend_string *name;
|
||||||
zend_ffi_symbol *sym;
|
zend_ffi_symbol *sym;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue