summaryrefslogtreecommitdiff
path: root/Zend/tests/bug49472.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug49472.phpt')
-rw-r--r--Zend/tests/bug49472.phpt10
1 files changed, 5 insertions, 5 deletions
diff --git a/Zend/tests/bug49472.phpt b/Zend/tests/bug49472.phpt
index 2d7ae514f2..e5b21fd500 100644
--- a/Zend/tests/bug49472.phpt
+++ b/Zend/tests/bug49472.phpt
@@ -12,12 +12,12 @@ class Foo implements ia {
}
class FooBar extends Foo implements ia {
- const x = 1;
- const c = 'Ocean';
+ const x = 1;
+ const c = 'Ocean';
- public function show() {
- return ia::c;
- }
+ public function show() {
+ return ia::c;
+ }
}
new FooBar;