Skip to content

Commit 4228922

Browse files
committed
Revert unintended modification
1 parent bfbfd15 commit 4228922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_exceptions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ void zend_exception_restore(TSRMLS_D) /* {{{ */
8181
}
8282
/* }}} */
8383

84-
ZEND_API void zend_throw_exception_internal(zval *exception TSRMLS_DC) /* {{{ */
84+
void zend_throw_exception_internal(zval *exception TSRMLS_DC) /* {{{ */
8585
{
8686
#ifdef HAVE_DTRACE
8787
if (DTRACE_EXCEPTION_THROWN_ENABLED()) {

0 commit comments

Comments
 (0)