Browse Source

Fixed test

pull/1392/merge
Dmitry Stogov 11 years ago
parent
commit
636c16b186
  1. 2
      Zend/tests/bug62358.phpt

2
Zend/tests/bug62358.phpt

@ -29,4 +29,4 @@ class B extends A {
}
?>
--EXPECTF--
Warning: Declaration of B::foo() should be compatible with A::foo() in %sbug62358.php on line %d
Warning: Declaration of B::foo($var) should be compatible with A::foo() in %sbug62358.php on line %d
Loading…
Cancel
Save