diff options
Diffstat (limited to 'Zend/tests/bug43426.phpt')
-rw-r--r-- | Zend/tests/bug43426.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug43426.phpt b/Zend/tests/bug43426.phpt index 73c38df2ba..7364494dc1 100644 --- a/Zend/tests/bug43426.phpt +++ b/Zend/tests/bug43426.phpt @@ -32,7 +32,7 @@ $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c, $c); -function foo2($d) {} +function foo2($d) {} echo "ok\n"; ?> --EXPECT-- |