summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_010.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/ns_010.phpt')
-rw-r--r--Zend/tests/ns_010.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/ns_010.phpt b/Zend/tests/ns_010.phpt
index 28ef61bcdd..dfa35371b5 100644
--- a/Zend/tests/ns_010.phpt
+++ b/Zend/tests/ns_010.phpt
@@ -4,7 +4,7 @@
<?php
namespace X;
use X as Y;
-class Foo {
+class Foo {
const C = "const ok\n";
static $var = "var ok\n";
function __construct() {