mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Revert "Fix closure tests using ReflectionType::__toString()"
This reverts commit 6fcedc96fb.
This commit is contained in:
@@ -17,7 +17,7 @@ object(ReflectionClass)#4 (1) {
|
||||
string(8) "stdClass"
|
||||
}
|
||||
Parameter #0 [ <required> stdClass $x ]
|
||||
\stdClass
|
||||
stdClass
|
||||
Method [ <internal, prototype Closure> public method __invoke ] {
|
||||
|
||||
- Parameters [1] {
|
||||
|
||||
@@ -36,11 +36,11 @@ foreach ($callables as $callable) {
|
||||
|
||||
?>
|
||||
--EXPECTF--
|
||||
\Bar
|
||||
Bar
|
||||
int
|
||||
\Bar
|
||||
Bar
|
||||
int
|
||||
\Bar
|
||||
Bar
|
||||
int
|
||||
\Bar
|
||||
Bar
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user