|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#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 |
| #define PHP_TOKENIZER_VERSION PHP_VERSION |
Definition at line 24 of file php_tokenizer.h.
| #define phpext_tokenizer_ptr &tokenizer_module_entry |
Definition at line 21 of file php_tokenizer.h.
| #define TOKEN_PARSE (1 << 0) |
Definition at line 26 of file php_tokenizer.h.
| char * get_token_type_name | ( | int | token_type | ) |
Definition at line 24 of file tokenizer_data.c.
| PHP_MINFO_FUNCTION | ( | tokenizer | ) |
Definition at line 258 of file tokenizer.c.
| PHP_MINIT_FUNCTION | ( | tokenizer | ) |
Definition at line 247 of file tokenizer.c.
|
extern |
Definition at line 43 of file tokenizer.c.