summaryrefslogtreecommitdiff
path: root/Zend/tests/bug29210.phpt
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2006-01-14 15:53:37 +0000
committerMarcus Boerger <helly@php.net>2006-01-14 15:53:37 +0000
commit66cfc793a2ef1d8469ed4485819aa051534ab510 (patch)
treea7e6e0488848d9d65cd77ef5b952d4d74f40d66e /Zend/tests/bug29210.phpt
parent97086b2bc64bfb2ee6994134f5a9fbc00e7907f4 (diff)
downloadphp-git-66cfc793a2ef1d8469ed4485819aa051534ab510.tar.gz
- Fix test
Diffstat (limited to 'Zend/tests/bug29210.phpt')
-rw-r--r--Zend/tests/bug29210.phpt8
1 files changed, 0 insertions, 8 deletions
diff --git a/Zend/tests/bug29210.phpt b/Zend/tests/bug29210.phpt
index a7b9f457f6..6290e8fc3f 100644
--- a/Zend/tests/bug29210.phpt
+++ b/Zend/tests/bug29210.phpt
@@ -92,11 +92,7 @@ $object->test();
--EXPECTF--
test_func1
test_func2
-
-Strict Standards: Non-static method test_class::test_func3() cannot be called statically, assuming $this from compatible context test_class in %sbug29210.php on line %d
test_func3
-
-Strict Standards: Non-static method test_class::test_func4() cannot be called statically, assuming $this from compatible context test_class in %sbug29210.php on line %d
test_func4
test_func1 isn't callable from outside
test_func2 isn't callable from outside
@@ -104,9 +100,5 @@ test_func3 isn't callable from outside
test_func4 isn't callable from outside
test_func1 isn't callable from child
test_func2
-
-Strict Standards: Non-static method test_class::test_func3() cannot be called statically, assuming $this from compatible context foo in %sbug29210.php on line %d
test_func3 isn't callable from child
-
-Strict Standards: Non-static method test_class::test_func4() cannot be called statically, assuming $this from compatible context foo in %sbug29210.php on line %d
test_func4