mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 13:44:29 +08:00
added new words to php code language (#3410) j4r3kb
Co-authored-by: Jarosław Brzychcy <jaroslaw.brzychcy@enp.pl>
This commit is contained in:
parent
745df814f7
commit
6d3537185d
1 changed files with 96 additions and 1 deletions
|
|
@ -46,6 +46,7 @@
|
|||
"i",
|
||||
"as",
|
||||
"isset",
|
||||
"unset",
|
||||
"empty",
|
||||
"endif",
|
||||
"error",
|
||||
|
|
@ -92,6 +93,7 @@
|
|||
"not",
|
||||
"by",
|
||||
"object",
|
||||
"switch",
|
||||
"case",
|
||||
"on",
|
||||
"option",
|
||||
|
|
@ -158,9 +160,12 @@
|
|||
"list",
|
||||
"_JEXEC",
|
||||
"_POST",
|
||||
"_GET",
|
||||
"_REQUEST",
|
||||
"_SERVER",
|
||||
"_SESSION",
|
||||
"_COOKIE",
|
||||
"_FILES",
|
||||
"App",
|
||||
"__DIR__",
|
||||
"__FILE__",
|
||||
|
|
@ -203,6 +208,96 @@
|
|||
"CSS",
|
||||
"Cache",
|
||||
"arguments",
|
||||
"arr"
|
||||
"arr",
|
||||
"yield",
|
||||
"Generator",
|
||||
"DateTime",
|
||||
"do",
|
||||
"while",
|
||||
"readonly",
|
||||
"enum",
|
||||
"clone",
|
||||
"trait",
|
||||
"continue",
|
||||
"float",
|
||||
"abs",
|
||||
"min",
|
||||
"max",
|
||||
"closure",
|
||||
"resource",
|
||||
"interface",
|
||||
"implements",
|
||||
"extends",
|
||||
"serialize",
|
||||
"deserialize",
|
||||
"goto",
|
||||
"match",
|
||||
"include",
|
||||
"require",
|
||||
"throw",
|
||||
"exception",
|
||||
"iterator",
|
||||
"fiber",
|
||||
"const",
|
||||
"declare",
|
||||
"die",
|
||||
"exit",
|
||||
"merge",
|
||||
"replace",
|
||||
"intersect",
|
||||
"assert",
|
||||
"dump",
|
||||
"domain",
|
||||
"infrastructure",
|
||||
"Entity",
|
||||
"Repository",
|
||||
"Provider",
|
||||
"Command",
|
||||
"Handler",
|
||||
"Transformer",
|
||||
"Event",
|
||||
"Dispatcher",
|
||||
"Builder",
|
||||
"Factory",
|
||||
"Strategy",
|
||||
"Adapter",
|
||||
"Plugin",
|
||||
"Processor",
|
||||
"password",
|
||||
"now",
|
||||
"child",
|
||||
"children",
|
||||
"tree",
|
||||
"build",
|
||||
"create",
|
||||
"fetch",
|
||||
"recursive",
|
||||
"compare",
|
||||
"map",
|
||||
"mapper",
|
||||
"queue",
|
||||
"middleware",
|
||||
"connection",
|
||||
"curl",
|
||||
"client",
|
||||
"soap",
|
||||
"socket",
|
||||
"pipeline",
|
||||
"thread",
|
||||
"fopen",
|
||||
"fclose",
|
||||
"fread",
|
||||
"fwrite",
|
||||
"strict",
|
||||
"PHP_EOL",
|
||||
"__toString",
|
||||
"__sleep",
|
||||
"__destruct",
|
||||
"__wakeup",
|
||||
"__invoke",
|
||||
"&&",
|
||||
"||",
|
||||
"<=>",
|
||||
"->"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue