summaryrefslogtreecommitdiff
path: root/Zend/tests/bug46813.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug46813.phpt')
-rw-r--r--Zend/tests/bug46813.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Zend/tests/bug46813.phpt b/Zend/tests/bug46813.phpt
index b1505fc07d..321c5775b5 100644
--- a/Zend/tests/bug46813.phpt
+++ b/Zend/tests/bug46813.phpt
@@ -4,10 +4,10 @@ Bug #46813: class_exists doesn`t work with fully qualified namespace
<?php
namespace test;
{
- class inner
- {
+ class inner
+ {
- }
+ }
}
$inner = new \test\inner();