compiler_halt_offset  163 ext/opcache/ZendAccelerator.h 	zend_long           compiler_halt_offset;   /* position of __HALT_COMPILER or -1 */
compiler_halt_offset  712 ext/opcache/zend_accelerator_util_funcs.c 		if (persistent_script->compiler_halt_offset != 0 &&
compiler_halt_offset  719 ext/opcache/zend_accelerator_util_funcs.c 				zend_register_long_constant(ZSTR_VAL(name), ZSTR_LEN(name), persistent_script->compiler_halt_offset, CONST_CS, 0);
compiler_halt_offset  464 ext/opcache/zend_persist.c 			main_persistent_script->compiler_halt_offset = Z_LVAL_P(offset);