diff options
Diffstat (limited to 'ext/intl/intl_error.c')
-rw-r--r-- | ext/intl/intl_error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/intl_error.c b/ext/intl/intl_error.c index 99b1c6001c..c76591ba56 100644 --- a/ext/intl/intl_error.c +++ b/ext/intl/intl_error.c @@ -240,7 +240,7 @@ void intl_register_IntlException_class( TSRMLS_D ) /* Create and register 'IntlException' class. */ INIT_CLASS_ENTRY_EX( ce, "IntlException", sizeof( "IntlException" ) - 1, NULL ); IntlException_ce_ptr = zend_register_internal_class_ex( &ce, - default_exception_ce, NULL TSRMLS_CC ); + default_exception_ce TSRMLS_CC ); IntlException_ce_ptr->create_object = default_exception_ce->create_object; } |