Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_compile.h1046 #define ZEND_COMPILE_EXTENDED_STMT (1<<0) macro
1048 #define ZEND_COMPILE_EXTENDED_INFO (ZEND_COMPILE_EXTENDED_STMT|ZEND_COMPILE_EXTENDED_F…
H A Dzend_opcode.c886 if (CG(compiler_options) & ZEND_COMPILE_EXTENDED_STMT) { in pass_two()
H A Dzend_compile.c1530 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_STMT)) { in zend_do_extended_stmt()
6040 if (CG(compiler_options) & ZEND_COMPILE_EXTENDED_STMT) { in zend_compile_func_decl()
8486 if ((CG(compiler_options) & ZEND_COMPILE_EXTENDED_STMT) && !zend_is_unticked_stmt(ast)) { in zend_compile_stmt()
/PHP-7.4/
H A DUPGRADING.INTERNALS183 ZEND_COMPILE_EXTENDED_FCALL and ZEND_COMPILE_EXTENDED_STMT

Completed in 39 milliseconds