mirror of
https://github.com/danog/dns.git
synced 2024-11-26 20:14:51 +01:00
37 lines
644 B
JSON
37 lines
644 B
JSON
{
|
|
"symbol-whitelist": [
|
|
"null",
|
|
"true",
|
|
"false",
|
|
"static",
|
|
"self",
|
|
"parent",
|
|
"array",
|
|
"string",
|
|
"int",
|
|
"float",
|
|
"bool",
|
|
"iterable",
|
|
"callable",
|
|
"mixed",
|
|
"void",
|
|
"object",
|
|
"random_int",
|
|
"createDefaultResolver",
|
|
"normalizeName",
|
|
"dnsResolver",
|
|
"idn_to_ascii",
|
|
"INTL_IDNA_VARIANT_UTS46"
|
|
],
|
|
"php-core-extensions": [
|
|
"Core",
|
|
"date",
|
|
"pcre",
|
|
"Phar",
|
|
"Reflection",
|
|
"SPL",
|
|
"standard",
|
|
"hash"
|
|
]
|
|
}
|