Browse Source

- Fixed test

PHP-5.0
Derick Rethans 23 years ago
parent
commit
5b5207292b
  1. 2
      tests/lang/bug22367.phpt

2
tests/lang/bug22367.phpt

@ -65,7 +65,7 @@ var_dump($a->test);
?>
--EXPECTF--
Strict Standards: Declaration of bar::a() must be compatible with that of foo::a() in %sbug22367.php on line %d
Strict Standards: Declaration of bar::a() should be compatible with that of foo::a() in %sbug22367.php on line %d
Strict Standards: Implicit cloning object of class 'bar' because of 'zend.ze1_compatibility_mode' in %sbug22367.php on line %d
int(5)

Loading…
Cancel
Save