File "EndsWith.php"

Full path: E:/sites/Single15/tinmung2007/webroot/phpMyAdmin/phpMyAdmin/vendor/twig/twig/lib/Twig/Node/Expression/Binary/EndsWith.php
File size: 510 B
MIME-type:
Charset: utf-8

Download   Open   Back

<?php

use Twig\Node\Expression\Binary\EndsWithBinary;

class_exists('Twig\Node\Expression\Binary\EndsWithBinary');

@trigger_error(sprintf('Using the "Twig_Node_Expression_Binary_EndsWith" class is deprecated since Twig version 2.7, use "Twig\Node\Expression\Binary\EndsWithBinary" instead.'), E_USER_DEPRECATED);

if (\false) {
    /** @deprecated since Twig 2.7, use "Twig\Node\Expression\Binary\EndsWithBinary" instead */
    class Twig_Node_Expression_Binary_EndsWith extends EndsWithBinary
    {
    }
}

PHP File Manager