diff options
author | Andi Gutmans <andi@php.net> | 1999-12-18 17:44:56 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 1999-12-18 17:44:56 +0000 |
commit | 28bfab716b5a4c6def0f8faff92bcd83dcd7d319 (patch) | |
tree | f84373b3ee0bee3d7209df35ac00dd88d83c0ded /tests | |
parent | 6bdcfc745db1619d7162bbacf0a0870a83160ce8 (diff) | |
download | php-git-28bfab716b5a4c6def0f8faff92bcd83dcd7d319.tar.gz |
- Make Win32 compile again
Diffstat (limited to 'tests')
-rw-r--r-- | tests/recurse | 2 |
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; |