1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 12:13:02 +02:00
This commit is contained in:
Pierre Joye
2011-09-06 06:32:42 +00:00
parent 58a96d5588
commit 7f3ab56cec

View File

@@ -90,7 +90,6 @@ void zend_throw_exception_internal(zval *exception TSRMLS_DC) /* {{{ */
if (exception != NULL) {
zend_get_object_classname(exception, &classname, &name_len TSRMLS_CC);
DTRACE_EXCEPTION_THROWN(classname);
} else {
DTRACE_EXCEPTION_THROWN(NULL);