diff --git a/tests/compiler/basic/fib.phpt b/tests/compiler/basic/fib.phpt index 29dce2ac..cd3fe3d2 100644 --- a/tests/compiler/basic/fib.phpt +++ b/tests/compiler/basic/fib.phpt @@ -13,7 +13,7 @@ function fib(int $n): int function main() { - $n = 40; + $n = 30; if ($n > 100) { echo "Too big number\n"; exit(1); @@ -27,4 +27,4 @@ function main() } ?> --EXPECT-- -102334155 \ No newline at end of file +832040