Home
last modified time | relevance | path

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

/PHP-8.2/main/
H A DSAPI.c122 if (Z_TYPE(SG(callback_func)) != IS_UNDEF) { in PHP_FUNCTION()
123 zval_ptr_dtor(&SG(callback_func)); in PHP_FUNCTION()
130 ZVAL_COPY(&SG(callback_func), &fci.function_name); in PHP_FUNCTION()
443 ZVAL_UNDEF(&SG(callback_func)); in sapi_activate()
876 if (Z_TYPE(SG(callback_func)) != IS_UNDEF) { in sapi_send_headers()
878 ZVAL_COPY_VALUE(&cb, &SG(callback_func)); in sapi_send_headers()
879 ZVAL_UNDEF(&SG(callback_func)); in sapi_send_headers()
H A DSAPI.h148 zval callback_func; member

Completed in 11 milliseconds