Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_compile.h1080 #define ZEND_COMPILE_EXTENDED_STMT (1<<0) macro
1082 #define ZEND_COMPILE_EXTENDED_INFO (ZEND_COMPILE_EXTENDED_STMT|ZEND_COMPILE_EXTENDED_F…
H A Dzend_opcode.c942 if (CG(compiler_options) & ZEND_COMPILE_EXTENDED_STMT) { in pass_two()
H A Dzend_compile.c1699 if (!(CG(compiler_options) & ZEND_COMPILE_EXTENDED_STMT)) { in zend_do_extended_stmt()
9398 if ((CG(compiler_options) & ZEND_COMPILE_EXTENDED_STMT) && !zend_is_unticked_stmt(ast)) { in zend_compile_stmt()

Completed in 45 milliseconds