mirror of
https://github.com/danog/parallel-functions.git
synced 2024-11-26 12:24:52 +01:00
32 lines
502 B
JSON
32 lines
502 B
JSON
{
|
|
"symbol-whitelist": [
|
|
"null",
|
|
"true",
|
|
"false",
|
|
"static",
|
|
"self",
|
|
"parent",
|
|
"array",
|
|
"string",
|
|
"int",
|
|
"float",
|
|
"bool",
|
|
"iterable",
|
|
"callable",
|
|
"mixed",
|
|
"void",
|
|
"object",
|
|
"parallel"
|
|
],
|
|
"php-core-extensions": [
|
|
"Core",
|
|
"date",
|
|
"pcre",
|
|
"Phar",
|
|
"Reflection",
|
|
"SPL",
|
|
"standard",
|
|
"hash"
|
|
]
|
|
}
|