Skip to content

Commit 6d33a1a

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
2 parents 9a20f43 + 84be904 commit 6d33a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zend_test/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ static ZEND_FUNCTION(zend_get_map_ptr_last)
465465

466466
static ZEND_FUNCTION(zend_test_crash)
467467
{
468-
zend_string *message;
468+
zend_string *message = NULL;
469469

470470
ZEND_PARSE_PARAMETERS_START(0, 1)
471471
Z_PARAM_OPTIONAL

0 commit comments

Comments
 (0)