Home
last modified time | relevance | path

Searched refs:zend_file_context (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_globals.h105 zend_file_context file_context;
H A Dzend_compile.h118 } zend_file_context; typedef
721 void zend_file_context_begin(zend_file_context *prev_context);
722 void zend_file_context_end(zend_file_context *prev_context);
H A Dzend_language_scanner.l596 zend_file_context original_file_context; in END_EXTERN_C()
H A Dzend_compile.c299 void zend_file_context_begin(zend_file_context *prev_context) /* {{{ */ in zend_file_context_begin()
313 void zend_file_context_end(zend_file_context *prev_context) /* {{{ */ in zend_file_context_end()

Completed in 34 milliseconds