mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
Initializing optional argument description in assert()
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user