Home
last modified time | relevance | path

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

/PHP-8.1/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()
441 ZVAL_UNDEF(&SG(callback_func)); in sapi_activate()
872 if (Z_TYPE(SG(callback_func)) != IS_UNDEF) { in sapi_send_headers()
874 ZVAL_COPY_VALUE(&cb, &SG(callback_func)); in sapi_send_headers()
875 ZVAL_UNDEF(&SG(callback_func)); in sapi_send_headers()
H A DSAPI.h128 zval callback_func; member

Completed in 12 milliseconds