Skip to content

Commit

Permalink
Fix closure tests using ReflectionType::__toString()
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Aug 16, 2016
1 parent 20fdd47 commit 6fcedc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Zend/tests/bug69802.phpt
Expand Up @@ -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] {
Expand Down
8 changes: 4 additions & 4 deletions Zend/tests/closures/closure_from_callable_reflection.phpt
Expand Up @@ -36,11 +36,11 @@ foreach ($callables as $callable) {

?>
--EXPECTF--
Bar
\Bar
int
Bar
\Bar
int
Bar
\Bar
int
Bar
\Bar
int

0 comments on commit 6fcedc9

Please sign in to comment.