php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "zend_globals.h"
Go to the source code of this file.
Data Structures | |
struct | _zend_lex_state |
struct | _zend_heredoc_label |
struct | _zend_nest_location |
Typedefs | |
typedef struct _zend_lex_state | zend_lex_state |
typedef struct _zend_heredoc_label | zend_heredoc_label |
typedef struct _zend_nest_location | zend_nest_location |
Functions | |
ZEND_API void | zend_save_lexical_state (zend_lex_state *lex_state) |
ZEND_API void | zend_restore_lexical_state (zend_lex_state *lex_state) |
ZEND_API void | zend_prepare_string_for_scanning (zval *str, zend_string *filename) |
ZEND_API void | zend_multibyte_yyinput_again (zend_encoding_filter old_input_filter, const zend_encoding *old_encoding) |
ZEND_API zend_result | zend_multibyte_set_filter (const zend_encoding *onetime_encoding) |
ZEND_API zend_result | zend_lex_tstring (zval *zv, unsigned char *ident) |
typedef struct _zend_heredoc_label zend_heredoc_label |
typedef struct _zend_lex_state zend_lex_state |
typedef struct _zend_nest_location zend_nest_location |
ZEND_API zend_result zend_lex_tstring | ( | zval * | zv, |
unsigned char * | ident ) |
ZEND_API zend_result zend_multibyte_set_filter | ( | const zend_encoding * | onetime_encoding | ) |
ZEND_API void zend_multibyte_yyinput_again | ( | zend_encoding_filter | old_input_filter, |
const zend_encoding * | old_encoding ) |
ZEND_API void zend_prepare_string_for_scanning | ( | zval * | str, |
zend_string * | filename ) |
ZEND_API void zend_restore_lexical_state | ( | zend_lex_state * | lex_state | ) |
ZEND_API void zend_save_lexical_state | ( | zend_lex_state * | lex_state | ) |