summaryrefslogtreecommitdiff
path: root/Zend/tests/inter_007.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/inter_007.phpt')
-rw-r--r--Zend/tests/inter_007.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/inter_007.phpt b/Zend/tests/inter_007.phpt
index fa7c368a5e..beda6c00d0 100644
--- a/Zend/tests/inter_007.phpt
+++ b/Zend/tests/inter_007.phpt
@@ -4,11 +4,11 @@ Trying inherit abstract function twice
<?php
interface d {
- static function B();
+ static function B();
}
interface c {
- function b();
+ function b();
}
class_alias('c', 'w');