compiler_halt_offset  192 ext/opcache/ZendAccelerator.h 	long           compiler_halt_offset;   /* position of __HALT_COMPILER or -1 */
compiler_halt_offset 1021 ext/opcache/zend_accelerator_util_funcs.c 		if (persistent_script->compiler_halt_offset != 0 &&
compiler_halt_offset 1031 ext/opcache/zend_accelerator_util_funcs.c 				zend_register_long_constant(name, len + 1, persistent_script->compiler_halt_offset, CONST_CS, 0 TSRMLS_CC);
compiler_halt_offset  249 ext/opcache/zend_persist.c 			main_persistent_script->compiler_halt_offset = Z_LVAL(offset);