1 2 3 4 5 6
<?php /** @return array|false */ function token_get_all(string $source, int $flags = 0) {} function token_name(int $token): string {}