1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 21:41:22 +02:00
Files
archived-php-src/Optimizer/pass5.c
2013-02-13 16:26:47 +04:00

4 lines
98 B
C

if (ZEND_OPTIMIZER_PASS_5 & OPTIMIZATION_LEVEL) {
zend_block_optimization(op_array TSRMLS_CC);
}