diff options
author | Dmitry Stogov <dmitry@zend.com> | 2015-07-07 10:14:37 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2015-07-07 10:14:37 +0300 |
commit | 636c16b186a66c489aaa24b087e288772c297440 (patch) | |
tree | 2dea0cf3c44a0a9fed3a3bd5e8010d097176601a | |
parent | 1adf3df81e54d51e0ac2a6791f69aa995e04181a (diff) | |
download | php-git-636c16b186a66c489aaa24b087e288772c297440.tar.gz |
Fixed test
-rw-r--r-- | Zend/tests/bug62358.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug62358.phpt b/Zend/tests/bug62358.phpt index 552a1e1908..2a6f22e675 100644 --- a/Zend/tests/bug62358.phpt +++ b/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 |