php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
tokenizer.stub.php File Reference

Go to the source code of this file.

Data Structures

class  PhpToken
 

Functions

 token_get_all (string $code, int $flags=0)
 
 token_name (int $id)
 

Variables

const TOKEN_PARSE = UNKNOWN
 

Function Documentation

◆ token_get_all()

token_get_all ( string $code,
int $flags = 0 )

Definition at line 11 of file tokenizer.stub.php.

◆ token_name()

token_name ( int $id)

Definition at line 13 of file tokenizer.stub.php.

Variable Documentation

◆ TOKEN_PARSE

const TOKEN_PARSE = UNKNOWN

Definition at line 9 of file tokenizer.stub.php.