Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_compile.h1184 #define ZEND_COMPILE_HANDLE_OP_ARRAY (1<<2) macro
1234 #define ZEND_COMPILE_DEFAULT ZEND_COMPILE_HANDLE_OP_ARRAY
H A Dzend_opcode.c1039 if (CG(compiler_options) & ZEND_COMPILE_HANDLE_OP_ARRAY) { in pass_two()
/php-src/ext/opcache/
H A DZendAccelerator.c1808 CG(compiler_options) |= ZEND_COMPILE_HANDLE_OP_ARRAY; in opcache_compile_file()
4351 CG(compiler_options) |= ZEND_COMPILE_HANDLE_OP_ARRAY;

Completed in 41 milliseconds