diff options
Diffstat (limited to 'Zend/tests/traits/bug60217b.phpt')
-rw-r--r-- | Zend/tests/traits/bug60217b.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/tests/traits/bug60217b.phpt b/Zend/tests/traits/bug60217b.phpt index 8b2b64e534..b349cf2c54 100644 --- a/Zend/tests/traits/bug60217b.phpt +++ b/Zend/tests/traits/bug60217b.phpt @@ -21,6 +21,5 @@ class CBroken { $o = new CBroken; $o->foo(1); - --EXPECTF-- Fatal error: Declaration of TBroken1::foo($a) must be compatible with TBroken2::foo($a, $b = 0) in %s |