1
0
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:
Lars Strojny
2012-09-02 08:01:18 +02:00
parent f7d51df5c6
commit 89948c7fbe
+1 -1
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;