mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
5 lines
116 B
PHP
5 lines
116 B
PHP
<?php
|
|
|
|
function token_get_all(string $source, int $flags = 0): array {}
|
|
|
|
function token_name(int $token): string {}
|