diff options
Diffstat (limited to 'tests/func/010.phpt')
| -rw-r--r-- | tests/func/010.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/func/010.phpt b/tests/func/010.phpt index 6778ed2f11..ffc64a1130 100644 --- a/tests/func/010.phpt +++ b/tests/func/010.phpt @@ -8,7 +8,7 @@ $boundary = 64*1024; $limit = $boundary+42; -function test($a,$b) +function test($a, $b) { var_dump($a === $b); test2($a,$b); |
