Initializing optional argument description in assert()

This commit is contained in:
Lars Strojny 2012-09-02 08:01:18 +02:00
parent 4e84f72554
commit e212de4a44

View File

@ -143,7 +143,7 @@ PHP_FUNCTION(assert)
zval **assertion;
int val, description_len = 0;
char *myeval = NULL;
char *compiled_string_description, *description;
char *compiled_string_description, *description = NULL;
if (! ASSERTG(active)) {
RETURN_TRUE;