mirror of
https://github.com/php/php-src.git
synced 2024-12-26 02:10:46 +08:00
Initializing optional argument description in assert()
This commit is contained in:
parent
4e84f72554
commit
e212de4a44
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user