Home
last modified time | relevance | path

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

/PHP-8.2/ext/reflection/
H A Dphp_reflection.c197 zend_function *copy_fptr; in _copy_function() local
198 copy_fptr = emalloc(sizeof(zend_function)); in _copy_function()
199 memcpy(copy_fptr, fptr, sizeof(zend_function)); in _copy_function()
200copy_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