added new words to php code language (#3410) j4r3kb

Co-authored-by: Jarosław Brzychcy <jaroslaw.brzychcy@enp.pl>
This commit is contained in:
j4r3kb 2022-08-22 11:51:33 +02:00 committed by GitHub
parent 745df814f7
commit 6d3537185d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",
"&&",
"||",
"<=>",
"->"
]
}