Skip to content

Commit acf1a6c

Browse files
committed
Merge branch 'PHP-8.4'
* PHP-8.4: Fix typo
2 parents c65bb64 + bf1021c commit acf1a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/json/tests/gh15168.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GH-15168 (stack overflow in json_encode())
55
if (ini_get('zend.max_allowed_stack_size') === false) {
66
die('skip No stack limit support');
77
}
8-
if (getenv('SKIP_ASAN)) {
8+
if (getenv('SKIP_ASAN')) {
99
die('skip ASAN needs different stack limit setting due to more stack space usage');
1010
}
1111
?>

0 commit comments

Comments
 (0)