mirror of
https://github.com/php/php-src.git
synced 2026-04-22 15:38:49 +02:00
8a4068988b
It can only fail in TOKEN_PARSE mode, in which case it will throw.
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 {}
|