!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/uploads/script/vendor/nikic/php-parser/lib/PhpParser/Parser/   drwxr-xr-x
Free 13.12 GB of 57.97 GB (22.64%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Tokens.php (3.87 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

namespace PhpParser\Parser;

/* GENERATED file based on grammar/tokens.y */
final class Tokens
{
    const 
YYERRTOK 256;
    const 
T_THROW 257;
    const 
T_INCLUDE 258;
    const 
T_INCLUDE_ONCE 259;
    const 
T_EVAL 260;
    const 
T_REQUIRE 261;
    const 
T_REQUIRE_ONCE 262;
    const 
T_LOGICAL_OR 263;
    const 
T_LOGICAL_XOR 264;
    const 
T_LOGICAL_AND 265;
    const 
T_PRINT 266;
    const 
T_YIELD 267;
    const 
T_DOUBLE_ARROW 268;
    const 
T_YIELD_FROM 269;
    const 
T_PLUS_EQUAL 270;
    const 
T_MINUS_EQUAL 271;
    const 
T_MUL_EQUAL 272;
    const 
T_DIV_EQUAL 273;
    const 
T_CONCAT_EQUAL 274;
    const 
T_MOD_EQUAL 275;
    const 
T_AND_EQUAL 276;
    const 
T_OR_EQUAL 277;
    const 
T_XOR_EQUAL 278;
    const 
T_SL_EQUAL 279;
    const 
T_SR_EQUAL 280;
    const 
T_POW_EQUAL 281;
    const 
T_COALESCE_EQUAL 282;
    const 
T_COALESCE 283;
    const 
T_BOOLEAN_OR 284;
    const 
T_BOOLEAN_AND 285;
    const 
T_IS_EQUAL 286;
    const 
T_IS_NOT_EQUAL 287;
    const 
T_IS_IDENTICAL 288;
    const 
T_IS_NOT_IDENTICAL 289;
    const 
T_SPACESHIP 290;
    const 
T_IS_SMALLER_OR_EQUAL 291;
    const 
T_IS_GREATER_OR_EQUAL 292;
    const 
T_SL 293;
    const 
T_SR 294;
    const 
T_INSTANCEOF 295;
    const 
T_INC 296;
    const 
T_DEC 297;
    const 
T_INT_CAST 298;
    const 
T_DOUBLE_CAST 299;
    const 
T_STRING_CAST 300;
    const 
T_ARRAY_CAST 301;
    const 
T_OBJECT_CAST 302;
    const 
T_BOOL_CAST 303;
    const 
T_UNSET_CAST 304;
    const 
T_POW 305;
    const 
T_NEW 306;
    const 
T_CLONE 307;
    const 
T_EXIT 308;
    const 
T_IF 309;
    const 
T_ELSEIF 310;
    const 
T_ELSE 311;
    const 
T_ENDIF 312;
    const 
T_LNUMBER 313;
    const 
T_DNUMBER 314;
    const 
T_STRING 315;
    const 
T_STRING_VARNAME 316;
    const 
T_VARIABLE 317;
    const 
T_NUM_STRING 318;
    const 
T_INLINE_HTML 319;
    const 
T_ENCAPSED_AND_WHITESPACE 320;
    const 
T_CONSTANT_ENCAPSED_STRING 321;
    const 
T_ECHO 322;
    const 
T_DO 323;
    const 
T_WHILE 324;
    const 
T_ENDWHILE 325;
    const 
T_FOR 326;
    const 
T_ENDFOR 327;
    const 
T_FOREACH 328;
    const 
T_ENDFOREACH 329;
    const 
T_DECLARE 330;
    const 
T_ENDDECLARE 331;
    const 
T_AS 332;
    const 
T_SWITCH 333;
    const 
T_MATCH 334;
    const 
T_ENDSWITCH 335;
    const 
T_CASE 336;
    const 
T_DEFAULT 337;
    const 
T_BREAK 338;
    const 
T_CONTINUE 339;
    const 
T_GOTO 340;
    const 
T_FUNCTION 341;
    const 
T_FN 342;
    const 
T_CONST 343;
    const 
T_RETURN 344;
    const 
T_TRY 345;
    const 
T_CATCH 346;
    const 
T_FINALLY 347;
    const 
T_USE 348;
    const 
T_INSTEADOF 349;
    const 
T_GLOBAL 350;
    const 
T_STATIC 351;
    const 
T_ABSTRACT 352;
    const 
T_FINAL 353;
    const 
T_PRIVATE 354;
    const 
T_PROTECTED 355;
    const 
T_PUBLIC 356;
    const 
T_VAR 357;
    const 
T_UNSET 358;
    const 
T_ISSET 359;
    const 
T_EMPTY 360;
    const 
T_HALT_COMPILER 361;
    const 
T_CLASS 362;
    const 
T_TRAIT 363;
    const 
T_INTERFACE 364;
    const 
T_EXTENDS 365;
    const 
T_IMPLEMENTS 366;
    const 
T_OBJECT_OPERATOR 367;
    const 
T_NULLSAFE_OBJECT_OPERATOR 368;
    const 
T_LIST 369;
    const 
T_ARRAY 370;
    const 
T_CALLABLE 371;
    const 
T_CLASS_C 372;
    const 
T_TRAIT_C 373;
    const 
T_METHOD_C 374;
    const 
T_FUNC_C 375;
    const 
T_LINE 376;
    const 
T_FILE 377;
    const 
T_START_HEREDOC 378;
    const 
T_END_HEREDOC 379;
    const 
T_DOLLAR_OPEN_CURLY_BRACES 380;
    const 
T_CURLY_OPEN 381;
    const 
T_PAAMAYIM_NEKUDOTAYIM 382;
    const 
T_NAMESPACE 383;
    const 
T_NS_C 384;
    const 
T_DIR 385;
    const 
T_NS_SEPARATOR 386;
    const 
T_ELLIPSIS 387;
    const 
T_NAME_FULLY_QUALIFIED 388;
    const 
T_NAME_QUALIFIED 389;
    const 
T_NAME_RELATIVE 390;
    const 
T_ATTRIBUTE 391;
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0058 ]--