We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a239fa5 commit 940eb3bCopy full SHA for 940eb3b
1 file changed
tests/Tracy/Dumper.toText().phpt
@@ -58,7 +58,7 @@ Assert::match('array (5)
58
| 7 => 7
59
', Dumper::toText([1, 'hello', [], [1, 2], [1 => 1, 2, 3, 4, 5, 6, 7]]));
60
61
-Assert::match("stream resource #%d%\n wrapper_type%A%", Dumper::toText(fopen(__FILE__, 'r')));
+Assert::match("stream resource #%d%\n %S%%A%", Dumper::toText(fopen(__FILE__, 'r')));
62
63
Assert::match('stdClass #%a%', Dumper::toText(new stdClass));
64
0 commit comments