Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend.c1308 zval orig_user_error_handler; in zend_error_impl() local
1368 ZVAL_COPY_VALUE(&orig_user_error_handler, &EG(user_error_handler)); in zend_error_impl()
1385 …if (call_user_function(CG(function_table), NULL, &orig_user_error_handler, &retval, 4, params) == … in zend_error_impl()
1408 ZVAL_COPY_VALUE(&EG(user_error_handler), &orig_user_error_handler); in zend_error_impl()
1410 zval_ptr_dtor(&orig_user_error_handler); in zend_error_impl()
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c1707 zval orig_user_error_handler; in opcache_compile_file() local
1775 ZVAL_COPY_VALUE(&orig_user_error_handler, &EG(user_error_handler)); in opcache_compile_file()
1803 EG(user_error_handler) = orig_user_error_handler; in opcache_compile_file()

Completed in 32 milliseconds