diff --git a/Zend/tests/bug55086.phpt b/Zend/tests/bug55086.phpt index 9a5c747b9f007..2c898378552a6 100644 --- a/Zend/tests/bug55086.phpt +++ b/Zend/tests/bug55086.phpt @@ -26,7 +26,7 @@ namespace N2 { echo $a->hello(), PHP_EOL; echo $a->foo(), PHP_EOL; try { - } catch(namespace \Foo $e) + } catch(namespace\Foo $e) { } }