diff options
author | Andi Gutmans <andi@php.net> | 2000-02-05 17:58:11 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-02-05 17:58:11 +0000 |
commit | 8c813dbb9640d0e724843b716e02bfcb280ea7ff (patch) | |
tree | b478fae628c758b87fd2b1648c30b777c3dec5c7 /tests/testfunc | |
parent | 39cb8fe0ac56d1fb5639b0bf6df59faab1cbccbb (diff) | |
download | php-git-8c813dbb9640d0e724843b716e02bfcb280ea7ff.tar.gz |
- Make Win32 compile again
Diffstat (limited to 'tests/testfunc')
-rw-r--r-- | tests/testfunc | 2 |
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(); } |