pass5.c 98 B

123
  1. if (ZEND_OPTIMIZER_PASS_5 & OPTIMIZATION_LEVEL) {
  2. zend_block_optimization(op_array TSRMLS_CC);
  3. }