summaryrefslogtreecommitdiff
path: root/Zend/tests/method_exists_002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/method_exists_002.phpt')
-rw-r--r--Zend/tests/method_exists_002.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Zend/tests/method_exists_002.phpt b/Zend/tests/method_exists_002.phpt
index cd49bdfc9e..385506b0b7 100644
--- a/Zend/tests/method_exists_002.phpt
+++ b/Zend/tests/method_exists_002.phpt
@@ -5,12 +5,12 @@ Testing method_exists()
class bar {
static public function stat_a2() {
- }
+ }
static private function stat_b2() {
}
static protected function stat_c2() {
}
-
+
private function method_a() {
}
protected function method_b() {
@@ -23,12 +23,12 @@ class bar {
class baz extends bar {
static public function stat_a() {
- }
+ }
static private function stat_b() {
}
static protected function stat_c() {
}
-
+
private function method_a() {
}
protected function method_b() {