Skip to content

Commit 4e0a8a0

Browse files
committed
Fixed test
1 parent 648fbe9 commit 4e0a8a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Zend/tests/bug43128.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Bug #43128 Very long class name causes segfault
55

66
$a = str_repeat("a", 10 * 1024 * 1024);
77

8+
eval("class $a {}");
9+
810
# call_user_func($a); // Warning
911
# $a->$a(); // Fatal error
1012

0 commit comments

Comments
 (0)