function2         939 ext/opcache/zend_accelerator_util_funcs.c 	zend_function *function1, *function2;
function2         942 ext/opcache/zend_accelerator_util_funcs.c 	if (zend_hash_unique_copy(target, source, pCopyConstructor, sizeof(zend_function), 0, (void**)&function1, (void**)&function2) != SUCCESS) {
function2         946 ext/opcache/zend_accelerator_util_funcs.c 		if (function2->type == ZEND_USER_FUNCTION
function2         947 ext/opcache/zend_accelerator_util_funcs.c 			&& function2->op_array.last > 0) {
function2         950 ext/opcache/zend_accelerator_util_funcs.c 					   function2->op_array.filename,
function2         951 ext/opcache/zend_accelerator_util_funcs.c 					   (int)function2->op_array.opcodes[0].lineno);