??????????????
PK       ! ø^1‚ß   ß     xml_reader.xmlnu &1i„        <?xml version="1.0" encoding="UTF-8"?>
<foo>
    <bar></bar>
    <bar />
    <bar>With text</bar>
    <bar foo="bar" baz="fubar"></bar>
    <bar xmlns:baz="http://symfony.com">
        <baz:baz></baz:baz>
    </bar>
</foo>
PK       ! öÞö’   ’     FooInterface.phpnu &1i„        <?php

namespace Symfony\Component\VarDumper\Tests\Fixtures;

interface FooInterface
{
    /**
     * Hello.
     */
    public function foo();
}
PK       ! •;wH  H    Twig.phpnu &1i„        <?php

/* foo.twig */
class __TwigTemplate_VarDumperFixture_u75a09 extends Twig\Template
{
    private $path;

    public function __construct(Twig\Environment $env = null, $path = null)
    {
        if (null !== $env) {
            parent::__construct($env);
        }
        $this->parent = false;
        $this->blocks = array();
        $this->path = $path;
    }

    protected function doDisplay(array $context, array $blocks = array())
    {
        // line 2
        throw new \Exception('Foobar');
    }

    public function getTemplateName()
    {
        return 'foo.twig';
    }

    public function getDebugInfo()
    {
        return array(20 => 1, 21 => 2);
    }

    public function getSourceContext()
    {
        return new Twig\Source("   foo bar\n     twig source\n\n", 'foo.twig', $this->path ?: __FILE__);
    }
}
PK       ! "—ßÔ      GeneratorDemo.phpnu &1i„        <?php

namespace Symfony\Component\VarDumper\Tests\Fixtures;

class GeneratorDemo
{
    public static function foo()
    {
        yield 1;
    }

    public function baz()
    {
        yield from bar();
    }
}

function bar()
{
    yield from GeneratorDemo::foo();
}
PK       ! Qm	1  1    dumb-var.phpnu &1i„        <?php

namespace Symfony\Component\VarDumper\Tests\Fixture;

if (!class_exists('Symfony\Component\VarDumper\Tests\Fixture\DumbFoo')) {
    class DumbFoo
    {
        public $foo = 'foo';
    }
}

$foo = new DumbFoo();
$foo->bar = 'bar';

$g = fopen(__FILE__, 'r');

$var = array(
    'number' => 1, null,
    'const' => 1.1, true, false, NAN, INF, -INF, PHP_INT_MAX,
    'str' => "dÃ©jÃ \n", "\xE9\x00",
    '[]' => array(),
    'res' => $g,
    'obj' => $foo,
    'closure' => function ($a, \PDO &$b = null) {},
    'line' => __LINE__ - 1,
    'nobj' => array((object) array()),
);

$r = array();
$r[] = &$r;

$var['recurs'] = &$r;
$var[] = &$var[0];
$var['sobj'] = $var['obj'];
$var['snobj'] = &$var['nobj'][0];
$var['snobj2'] = $var['nobj'][0];
$var['file'] = __FILE__;
$var["bin-key-\xE9"] = '';

unset($g, $r);
PK       ! ã’³hr   r     NotLoadableClass.phpnu &1i„        <?php

namespace Symfony\Component\VarDumper\Tests\Fixtures;

class NotLoadableClass extends NotLoadableClass
{
}
PK         ! ø^1‚ß   ß                   xml_reader.xmlnu &1i„        PK         ! öÞö’   ’                 FooInterface.phpnu &1i„        PK         ! •;wH  H              ï  Twig.phpnu &1i„        PK         ! "—ßÔ                o  GeneratorDemo.phpnu &1i„        PK         ! Qm	1  1              ¾  dumb-var.phpnu &1i„        PK         ! ã’³hr   r               +
  NotLoadableClass.phpnu &1i„        PK  