Skip to content

Commit 52cef90

Browse files
committed
Revert "Fix closure tests using ReflectionType::__toString()"
This reverts commit 6fcedc9.
1 parent 6e6e81c commit 52cef90

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Zend/tests/bug69802.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ object(ReflectionClass)#4 (1) {
1717
string(8) "stdClass"
1818
}
1919
Parameter #0 [ <required> stdClass $x ]
20-
\stdClass
20+
stdClass
2121
Method [ <internal, prototype Closure> public method __invoke ] {
2222

2323
- Parameters [1] {

Zend/tests/closures/closure_from_callable_reflection.phpt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ foreach ($callables as $callable) {
3636

3737
?>
3838
--EXPECTF--
39-
\Bar
39+
Bar
4040
int
41-
\Bar
41+
Bar
4242
int
43-
\Bar
43+
Bar
4444
int
45-
\Bar
45+
Bar
4646
int

0 commit comments

Comments
 (0)