mirror of
https://github.com/php/php-src.git
synced 2026-03-30 12:13:02 +02:00
- WS
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user