Searched refs:ZEND_OPTIMIZER_PASS_1 (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/ext/opcache/Optimizer/ | ||
H A D | zend_optimizer.h | 28 #define ZEND_OPTIMIZER_PASS_1 (1<<0) /* CSE, STRING construction */ macro |
H A D | pass1_5.c | 15 if (ZEND_OPTIMIZER_PASS_1 & OPTIMIZATION_LEVEL) { |
Completed in 6 milliseconds