Home
last modified time | relevance | path

Searched refs:copy_fptr (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/reflection/
H A Dphp_reflection.c205 zend_function *copy_fptr; in _copy_function() local
206 copy_fptr = emalloc(sizeof(zend_function)); in _copy_function()
207 memcpy(copy_fptr, fptr, sizeof(zend_function)); in _copy_function()
208copy_fptr->internal_function.function_name = zend_string_copy(fptr->internal_function.function_nam… in _copy_function()
209 return copy_fptr; in _copy_function()

Completed in 27 milliseconds