36 lines
620 B
JSON
Executable file
36 lines
620 B
JSON
Executable file
{
|
|
"symbol-whitelist": [
|
|
"null",
|
|
"true",
|
|
"false",
|
|
"static",
|
|
"self",
|
|
"parent",
|
|
"array",
|
|
"string",
|
|
"int",
|
|
"float",
|
|
"bool",
|
|
"iterable",
|
|
"callable",
|
|
"mixed",
|
|
"void",
|
|
"object",
|
|
"random_bytes",
|
|
"escapeArgument",
|
|
"IS_WINDOWS",
|
|
"posix_kill",
|
|
"pcntl_waitpid",
|
|
"WNOHANG"
|
|
],
|
|
"php-core-extensions": [
|
|
"Core",
|
|
"date",
|
|
"pcre",
|
|
"Phar",
|
|
"Reflection",
|
|
"SPL",
|
|
"standard",
|
|
"hash"
|
|
]
|
|
}
|