Searched refs:copy_fptr (Results 1 – 1 of 1) sorted by relevance
197 zend_function *copy_fptr; in _copy_function() local198 copy_fptr = emalloc(sizeof(zend_function)); in _copy_function()199 memcpy(copy_fptr, fptr, sizeof(zend_function)); in _copy_function()200 …copy_fptr->internal_function.function_name = zend_string_copy(fptr->internal_function.function_nam… in _copy_function()201 return copy_fptr; in _copy_function()
Completed in 20 milliseconds