T

Macro T 

Source
macro_rules! T {
    ("eval") => { ... };
    ("die") => { ... };
    ("self") => { ... };
    ("parent") => { ... };
    ("`") => { ... };
    ("<<<") => { ... };
    (">>>") => { ... };
    ("from") => { ... };
    ("print") => { ... };
    ("$") => { ... };
    ("__halt_compiler") => { ... };
    ("readonly") => { ... };
    ("global") => { ... };
    ("abstract") => { ... };
    ("&") => { ... };
    ("&=") => { ... };
    ("&&") => { ... };
    ("&&=") => { ... };
    ("array") => { ... };
    ("(array)") => { ... };
    ("->") => { ... };
    ("?->") => { ... };
    ("@") => { ... };
    ("as") => { ... };
    ("*") => { ... };
    ("#[") => { ... };
    ("!") => { ... };
    ("!=") => { ... };
    ("<>") => { ... };
    ("!==") => { ... };
    ("<=>") => { ... };
    ("(bool)") => { ... };
    ("(boolean)") => { ... };
    ("and") => { ... };
    ("or") => { ... };
    ("break") => { ... };
    ("callable") => { ... };
    ("^") => { ... };
    ("^=") => { ... };
    ("case") => { ... };
    ("catch") => { ... };
    ("class") => { ... };
    ("__CLASS__") => { ... };
    ("__TRAIT__") => { ... };
    ("__FUNCTION__") => { ... };
    ("__METHOD__") => { ... };
    ("__LINE__") => { ... };
    ("__FILE__") => { ... };
    ("clone") => { ... };
    ("-=") => { ... };
    ("?>") => { ... };
    ("??") => { ... };
    ("??=") => { ... };
    ("*=") => { ... };
    (":") => { ... };
    (",") => { ... };
    ("// comment") => { ... };
    ("# comment") => { ... };
    ("/* comment */") => { ... };
    ("/** comment */") => { ... };
    ("const") => { ... };
    ("continue") => { ... };
    ("declare") => { ... };
    ("--") => { ... };
    ("default") => { ... };
    ("__DIR__") => { ... };
    ("/=") => { ... };
    ("do") => { ... };
    ("${") => { ... };
    (".") => { ... };
    (".=") => { ... };
    ("=>") => { ... };
    ("(double)") => { ... };
    ("(real)") => { ... };
    ("(float)") => { ... };
    ("::") => { ... };
    ("==") => { ... };
    ("\"") => { ... };
    ("else") => { ... };
    ("echo") => { ... };
    ("...") => { ... };
    ("elseif") => { ... };
    ("empty") => { ... };
    ("enddeclare") => { ... };
    ("endfor") => { ... };
    ("endforeach") => { ... };
    ("endif") => { ... };
    ("endswitch") => { ... };
    ("endwhile") => { ... };
    ("enum") => { ... };
    ("=") => { ... };
    ("extends") => { ... };
    ("false") => { ... };
    ("final") => { ... };
    ("finally") => { ... };
    ("fn") => { ... };
    ("for") => { ... };
    ("foreach") => { ... };
    ("\\Fully\\Qualified\\Identifier") => { ... };
    ("function") => { ... };
    ("goto") => { ... };
    (">") => { ... };
    (">=") => { ... };
    ("Identifier") => { ... };
    ("if") => { ... };
    ("implements") => { ... };
    ("include") => { ... };
    ("include_once") => { ... };
    ("++") => { ... };
    ("instanceof") => { ... };
    ("insteadof") => { ... };
    ("exit") => { ... };
    ("unset") => { ... };
    ("isset") => { ... };
    ("list") => { ... };
    ("(int)") => { ... };
    ("(integer)") => { ... };
    ("interface") => { ... };
    ("{") => { ... };
    ("[") => { ... };
    ("(") => { ... };
    (")") => { ... };
    ("<<") => { ... };
    ("<<=") => { ... };
    (">>") => { ... };
    (">>=") => { ... };
    ("<") => { ... };
    ("<=") => { ... };
    ("match") => { ... };
    ("-") => { ... };
    ("namespace") => { ... };
    ("\\") => { ... };
    ("__NAMESPACE__") => { ... };
    ("new") => { ... };
    ("null") => { ... };
    ("(object)") => { ... };
    ("(unset)") => { ... };
    ("(void)") => { ... };
    ("<?php") => { ... };
    ("<?=") => { ... };
    ("<?") => { ... };
    ("%") => { ... };
    ("%=") => { ... };
    ("|") => { ... };
    ("|=") => { ... };
    ("+") => { ... };
    ("+=") => { ... };
    ("**") => { ... };
    ("**=") => { ... };
    ("private(set)") => { ... };
    ("private") => { ... };
    ("protected") => { ... };
    ("protected(set)") => { ... };
    ("public") => { ... };
    ("public(set)") => { ... };
    ("Qualified\\Identifier") => { ... };
    ("?") => { ... };
    ("?:") => { ... };
    ("require") => { ... };
    ("require_once") => { ... };
    ("return") => { ... };
    ("}") => { ... };
    ("]") => { ... };
    (";") => { ... };
    ("/") => { ... };
    ("static") => { ... };
    ("(string)") => { ... };
    ("(binary)") => { ... };
    ("switch") => { ... };
    ("throw") => { ... };
    ("trait") => { ... };
    ("===") => { ... };
    ("true") => { ... };
    ("try") => { ... };
    ("use") => { ... };
    ("var") => { ... };
    ("$variable") => { ... };
    ("yield") => { ... };
    ("while") => { ... };
    ("~") => { ... };
    ("||") => { ... };
    ("xor") => { ... };
    ("|>") => { ... };
    ($name:ident) => { ... };
    ($first:tt | $($rest:tt)+) => { ... };
    ($($kind:tt),+ $(,)?) => { ... };
}