mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
No need to initialize it
This commit is contained in:
parent
a7ce96d01f
commit
f75c04ac8d
@ -2852,7 +2852,7 @@ static int zend_is_callable_check_func(int check_flags, zval *callable, zend_fca
|
||||
fcc->function_handler = NULL;
|
||||
|
||||
if (!ce_org) {
|
||||
zend_string *lmname = NULL;
|
||||
zend_string *lmname;
|
||||
|
||||
/* Skip leading \ */
|
||||
if (UNEXPECTED(Z_STRVAL_P(callable)[0] == '\\')) {
|
||||
|
Loading…
Reference in New Issue
Block a user