Browse Source

Revert unintended modification

experimental/with_scalar_types
Dmitry Stogov 16 years ago
parent
commit
42289228ff
  1. 2
      Zend/zend_exceptions.c

2
Zend/zend_exceptions.c

@ -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…
Cancel
Save