summaryrefslogtreecommitdiff
path: root/tests/testfunc
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-02-05 17:58:11 +0000
committerAndi Gutmans <andi@php.net>2000-02-05 17:58:11 +0000
commit8c813dbb9640d0e724843b716e02bfcb280ea7ff (patch)
treeb478fae628c758b87fd2b1648c30b777c3dec5c7 /tests/testfunc
parent39cb8fe0ac56d1fb5639b0bf6df59faab1cbccbb (diff)
downloadphp-git-8c813dbb9640d0e724843b716e02bfcb280ea7ff.tar.gz
- Make Win32 compile again
Diffstat (limited to 'tests/testfunc')
-rw-r--r--tests/testfunc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testfunc b/tests/testfunc
index d0e6d36743..ce789a7861 100644
--- a/tests/testfunc
+++ b/tests/testfunc
@@ -15,7 +15,7 @@ function bar()
foo();
}
-for ($i=0; $i<1000; $i++) {
+for ($i=0; $i<10; $i++) {
bar();
}