1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 15:12:39 +02:00

No need to initialize it

This commit is contained in:
Xinchen Hui
2014-06-26 18:10:18 +08:00
parent a7ce96d01f
commit f75c04ac8d

View File

@@ -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] == '\\')) {