php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_tokenizer.h File Reference
#include "php_version.h"

Go to the source code of this file.

Macros

#define phpext_tokenizer_ptr   &tokenizer_module_entry
 
#define PHP_TOKENIZER_VERSION   PHP_VERSION
 
#define TOKEN_PARSE   (1 << 0)
 

Functions

char * get_token_type_name (int token_type)
 
 PHP_MINIT_FUNCTION (tokenizer)
 
 PHP_MINFO_FUNCTION (tokenizer)
 

Variables

zend_module_entry tokenizer_module_entry
 

Macro Definition Documentation

◆ PHP_TOKENIZER_VERSION

#define PHP_TOKENIZER_VERSION   PHP_VERSION

Definition at line 24 of file php_tokenizer.h.

◆ phpext_tokenizer_ptr

#define phpext_tokenizer_ptr   &tokenizer_module_entry

Definition at line 21 of file php_tokenizer.h.

◆ TOKEN_PARSE

#define TOKEN_PARSE   (1 << 0)

Definition at line 26 of file php_tokenizer.h.

Function Documentation

◆ get_token_type_name()

char * get_token_type_name ( int token_type)

Definition at line 24 of file tokenizer_data.c.

◆ PHP_MINFO_FUNCTION()

PHP_MINFO_FUNCTION ( tokenizer )

Definition at line 258 of file tokenizer.c.

◆ PHP_MINIT_FUNCTION()

PHP_MINIT_FUNCTION ( tokenizer )

Definition at line 247 of file tokenizer.c.

Variable Documentation

◆ tokenizer_module_entry

zend_module_entry tokenizer_module_entry
extern

Definition at line 43 of file tokenizer.c.