123456789101112131415 |
- {
- "symbol-whitelist" : [
- "null", "true", "false",
- "static", "self", "parent",
- "array", "string", "int", "float", "bool", "iterable", "callable", "void", "object", "XSLTProcessor"
- ],
- "php-core-extensions" : [
- "Core",
- "pcre",
- "Reflection",
- "tokenizer",
- "SPL",
- "standard"
- ]
- }
|