mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Fixed test
This commit is contained in:
parent
51ccc88b87
commit
45c5e27183
@ -13,10 +13,10 @@ trait T {
|
||||
}
|
||||
}
|
||||
|
||||
class Bar extends Foo
|
||||
class B extends Foo
|
||||
{
|
||||
use T;
|
||||
}
|
||||
?>
|
||||
--EXPECTF--
|
||||
Strict Standards: Declaration of T::bar() should be compatible with Foo::bar($a = 'Foo') in %sbug70957.php on line %d
|
||||
Warning: Declaration of T::bar() should be compatible with Foo::bar($a = 'Foo') in %sbug70957.php on line %d
|
||||
|
Loading…
Reference in New Issue
Block a user