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.
2 parents 6ea9049 + 059999b commit 193070bCopy full SHA for 193070b
Tests/Dumper/CliDumperTest.php
@@ -320,7 +320,7 @@ public function testFlags()
320
*/
321
public function testThrowingCaster()
322
{
323
- $out = fopen('php://memory', 'r+b');
+ $out = fopen('php://memory', 'r+');
324
325
require_once __DIR__.'/../Fixtures/Twig.php';
326
$twig = new \__TwigTemplate_VarDumperFixture_u75a09(new Environment(new FilesystemLoader()));
0 commit comments