mirror of
https://github.com/php/php-src.git
synced 2026-04-26 01:18:19 +02:00
MFH: initialize pointers
This commit is contained in:
+2
-2
@@ -577,7 +577,7 @@ int main(int argc, char *argv[])
|
||||
/* temporary locals */
|
||||
int behavior=PHP_MODE_STANDARD;
|
||||
#ifdef HAVE_REFLECTION
|
||||
char *reflection_what;
|
||||
char *reflection_what = NULL;
|
||||
#endif
|
||||
int orig_optind=php_optind;
|
||||
char *orig_optarg=php_optarg;
|
||||
@@ -1193,7 +1193,7 @@ int main(int argc, char *argv[])
|
||||
case PHP_MODE_REFLECTION_CLASS:
|
||||
case PHP_MODE_REFLECTION_EXTENSION:
|
||||
{
|
||||
zend_class_entry *pce;
|
||||
zend_class_entry *pce = NULL;
|
||||
zval *arg, *ref;
|
||||
zend_execute_data execute_data;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user