summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>1999-12-18 17:44:56 +0000
committerAndi Gutmans <andi@php.net>1999-12-18 17:44:56 +0000
commit28bfab716b5a4c6def0f8faff92bcd83dcd7d319 (patch)
treef84373b3ee0bee3d7209df35ac00dd88d83c0ded /tests
parent6bdcfc745db1619d7162bbacf0a0870a83160ce8 (diff)
downloadphp-git-28bfab716b5a4c6def0f8faff92bcd83dcd7d319.tar.gz
- Make Win32 compile again
Diffstat (limited to 'tests')
-rw-r--r--tests/recurse2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/recurse b/tests/recurse
index 026394a9f4..5b8c646f6b 100644
--- a/tests/recurse
+++ b/tests/recurse
@@ -11,7 +11,7 @@ function factorial($n)
for ($k=0; $k<10; $k++):
-for ($i=0,$sum=0; $i<150; $i++) {
+for ($i=0,$sum=0; $i<50; $i++) {
$sum = $sum+factorial($i);
}
endfor;