mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Revert unintended modification
This commit is contained in:
parent
bfbfd15a2a
commit
42289228ff
@ -81,7 +81,7 @@ void zend_exception_restore(TSRMLS_D) /* {{{ */
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
ZEND_API void zend_throw_exception_internal(zval *exception TSRMLS_DC) /* {{{ */
|
||||
void zend_throw_exception_internal(zval *exception TSRMLS_DC) /* {{{ */
|
||||
{
|
||||
#ifdef HAVE_DTRACE
|
||||
if (DTRACE_EXCEPTION_THROWN_ENABLED()) {
|
||||
|
Loading…
Reference in New Issue
Block a user