File "Base.php"

Full path: E:/sites/Single15/tinmung2007/webroot/phpMyAdmin/phpMyAdmin/vendor/twig/twig/lib/Twig/Profiler/Dumper/Base.php
File size: 440 B
MIME-type:
Charset: utf-8

Download   Open   Back

<?php

use Twig\Profiler\Dumper\BaseDumper;

class_exists('Twig\Profiler\Dumper\BaseDumper');

@trigger_error(sprintf('Using the "Twig_Profiler_Dumper_Base" class is deprecated since Twig version 2.7, use "Twig\Profiler\Dumper\BaseDumper" instead.'), E_USER_DEPRECATED);

if (\false) {
    /** @deprecated since Twig 2.7, use "Twig\Profiler\Dumper\BaseDumper" instead */
    class Twig_Profiler_Dumper_Base extends BaseDumper
    {
    }
}

PHP File Manager