ZEND_DONE_PASS_TWO  373 ext/opcache/ZendAccelerator.h # define ZEND_DONE_PASS_TWO(op_array)	(((op_array)->fn_flags & ZEND_ACC_DONE_PASS_TWO) != 0)
ZEND_DONE_PASS_TWO  392 ext/opcache/ZendAccelerator.h # define ZEND_DONE_PASS_TWO(op_array)	((op_array)->done_pass_two != 0)