Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_compile.h1239 #define ZEND_COMPILE_HANDLE_OP_ARRAY (1<<2) macro
1289 #define ZEND_COMPILE_DEFAULT ZEND_COMPILE_HANDLE_OP_ARRAY
H A Dzend_opcode.c1048 if (CG(compiler_options) & ZEND_COMPILE_HANDLE_OP_ARRAY) { in pass_two()
/PHP-8.4/ext/opcache/
H A DZendAccelerator.c1812 CG(compiler_options) |= ZEND_COMPILE_HANDLE_OP_ARRAY; in opcache_compile_file()
4376 CG(compiler_options) |= ZEND_COMPILE_HANDLE_OP_ARRAY;

Completed in 29 milliseconds