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 029ccfc commit 059999bCopy full SHA for 059999b
Tests/Dumper/CliDumperTest.php
@@ -348,7 +348,7 @@ public function testFlags()
348
*/
349
public function testThrowingCaster()
350
{
351
- $out = fopen('php://memory', 'r+b');
+ $out = fopen('php://memory', 'r+');
352
353
require_once __DIR__.'/../Fixtures/Twig.php';
354
$twig = new \__TwigTemplate_VarDumperFixture_u75a09(new Environment(new FilesystemLoader()));
0 commit comments