function1         939 ext/opcache/zend_accelerator_util_funcs.c 	zend_function *function1, *function2;
function1         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) {
function1         944 ext/opcache/zend_accelerator_util_funcs.c 		zend_set_compiled_filename(function1->op_array.filename TSRMLS_CC);
function1         945 ext/opcache/zend_accelerator_util_funcs.c 		CG(zend_lineno) = function1->op_array.opcodes[0].lineno;
function1         949 ext/opcache/zend_accelerator_util_funcs.c 					   function1->common.function_name,
function1         953 ext/opcache/zend_accelerator_util_funcs.c 			zend_error(E_ERROR, "Cannot redeclare %s()", function1->common.function_name);