mirror of
https://github.com/php/php-src.git
synced 2024-12-17 22:09:12 +08:00
- Fix tests
This commit is contained in:
parent
30a8dcff1b
commit
cb1d315b7d
@ -64,10 +64,7 @@ foreach ($classes as $class) {
|
||||
|
||||
?>
|
||||
--EXPECTF--
|
||||
|
||||
Strict Standards: Redefining already defined constructor for class OldAndNewCtor in %s on line 26
|
||||
|
||||
Strict Standards: %s for class NewAndOldCtor in %s on line 31
|
||||
Strict Standards: Redefining already defined constructor for class OldAndNewCtor in %s on line %d
|
||||
Constructor of NewCtor: __construct
|
||||
Constructor of ExtendsNewCtor: __construct
|
||||
Constructor of OldCtor: OldCtor
|
||||
@ -79,4 +76,4 @@ Constructor of C: C
|
||||
Constructor of D1: __construct
|
||||
Constructor of D2: C
|
||||
No constructor for X
|
||||
No constructor for Y
|
||||
No constructor for Y
|
||||
|
@ -86,8 +86,6 @@ var_dump($methodInfo->isConstructor());
|
||||
?>
|
||||
--EXPECTF--
|
||||
Strict Standards: Redefining already defined constructor for class OldAndNewCtor in %s on line %d
|
||||
|
||||
Strict Standards: %s for class NewAndOldCtor in %s on line %d
|
||||
New-style constructor:
|
||||
bool(true)
|
||||
|
||||
|
@ -64,10 +64,7 @@ foreach ($classes as $class) {
|
||||
|
||||
?>
|
||||
--EXPECTF--
|
||||
|
||||
Strict Standards: Redefining already defined constructor for class OldAndNewCtor in %s on line 26
|
||||
|
||||
Strict Standards: %s for class NewAndOldCtor in %s on line 31
|
||||
Strict Standards: Redefining already defined constructor for class OldAndNewCtor in %s on line %d
|
||||
Constructor of NewCtor: __construct
|
||||
Constructor of ExtendsNewCtor: __construct
|
||||
Constructor of OldCtor: OldCtor
|
||||
|
Loading…
Reference in New Issue
Block a user