?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Fixtures/



?? Go up: /home/webdevt/prestashop17/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests

?? Viewing: Php74.php

<?php

namespace Symfony\Component\VarDumper\Tests\Fixtures;

class Php74
{
    public $p1 = 123;
    public \stdClass $p2;

    public function __construct()
    {
        $this->p2 = new \stdClass();
    }
}


??

??