Home
last modified time | relevance | path

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

/PHP-7.1/ext/reflection/
H A Dphp_reflection.c286 zend_function *copy_fptr; in _copy_function() local
287 copy_fptr = emalloc(sizeof(zend_function)); in _copy_function()
288 memcpy(copy_fptr, fptr, sizeof(zend_function)); in _copy_function()
289copy_fptr->internal_function.function_name = zend_string_copy(fptr->internal_function.function_nam… in _copy_function()
290 return copy_fptr; in _copy_function()

Completed in 24 milliseconds