Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../../vendor/symfony/polyfill-uuid/../../webklex/../dflydev/.././nikic/php-parser/grammar
الملفات الموجودة في هذا الـ Path:
.
..
README.md
parser.template
php5.y
php7.y
phpyLang.php
rebuildParsers.php
tokens.template
tokens.y

مشاهدة ملف: tokens.template

<?php
$meta #
#semval($) $this->semValue
#semval($,%t) $this->semValue
#semval(%n) $this->stackPos-(%l-%n)
#semval(%n,%t) $this->stackPos-(%l-%n)

namespace PhpParser\Parser;
#include;

/* GENERATED file based on grammar/tokens.y */
final class Tokens
{
#tokenval
    const %s = %n;
#endtokenval
}