mirror of
https://github.com/php/php-src.git
synced 2026-03-28 18:22:42 +01:00
6 lines
116 B
PHP
6 lines
116 B
PHP
<?php
|
|
|
|
function token_get_all(string $source, int $flags = 0): array {}
|
|
|
|
function token_name(int $token): string {}
|