]> granicus.if.org Git - php/commitdiff
- Fix test
authorMarcus Boerger <helly@php.net>
Sat, 14 Jan 2006 15:55:10 +0000 (15:55 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 14 Jan 2006 15:55:10 +0000 (15:55 +0000)
Zend/tests/bug29210.phpt

index a7b9f457f67954ff5cd3e52fe23e84e9789331f6..6290e8fc3f7e19e42b5e8da75b1fbeb9e1262646 100644 (file)
@@ -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