Browse Source

- Fix test

migration/RELEASE_1_0_0
Marcus Boerger 20 years ago
parent
commit
584c0719e4
  1. 8
      Zend/tests/bug29210.phpt

8
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
Loading…
Cancel
Save