mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
add missing keywords to parser fuzzer dict from PHP 7.4 to 8.3 (#13160)
* Added missing keywords to parser fuzzer dict from PHP 7.4 to 8.3 * Added null return type
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"function"
|
||||
"const"
|
||||
"return"
|
||||
"mixed"
|
||||
"yield"
|
||||
"yield from"
|
||||
"try"
|
||||
@@ -29,6 +30,7 @@
|
||||
"endswitch"
|
||||
"case"
|
||||
"default"
|
||||
"match"
|
||||
"break"
|
||||
"continue"
|
||||
"goto"
|
||||
@@ -46,6 +48,8 @@
|
||||
"integer"
|
||||
"float"
|
||||
"double"
|
||||
"never"
|
||||
"void"
|
||||
"real"
|
||||
"string"
|
||||
"binary"
|
||||
@@ -53,6 +57,9 @@
|
||||
"object"
|
||||
"bool"
|
||||
"boolean"
|
||||
"true"
|
||||
"false"
|
||||
"null"
|
||||
"unset"
|
||||
"eval"
|
||||
"include"
|
||||
@@ -72,9 +79,12 @@
|
||||
"private"
|
||||
"protected"
|
||||
"public"
|
||||
"readonly"
|
||||
"enum"
|
||||
"unset"
|
||||
"list"
|
||||
"callable"
|
||||
"iterable"
|
||||
"__class__"
|
||||
"__trait__"
|
||||
"__function__"
|
||||
|
||||
Reference in New Issue
Block a user