diff options
Diffstat (limited to 'ext/intl/tests/timezone_getErrorCode_error.phpt')
-rw-r--r-- | ext/intl/tests/timezone_getErrorCode_error.phpt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/intl/tests/timezone_getErrorCode_error.phpt b/ext/intl/tests/timezone_getErrorCode_error.phpt index cb28628bf3..5d5f4d74a3 100644 --- a/ext/intl/tests/timezone_getErrorCode_error.phpt +++ b/ext/intl/tests/timezone_getErrorCode_error.phpt @@ -20,4 +20,8 @@ Warning: IntlTimeZone::getErrorCode() expects exactly 0 parameters, 1 given in % Warning: IntlTimeZone::getErrorCode(): intltz_get_error_code: bad arguments in %s on line %d bool(false) -Fatal error: Argument 1 passed to intltz_get_error_code() must be an instance of IntlTimeZone, null given in %s on line %d +Fatal error: Uncaught TypeException: Argument 1 passed to intltz_get_error_code() must be an instance of IntlTimeZone, null given in %s:%d +Stack trace: +#0 %s(%d): intltz_get_error_code(NULL) +#1 {main} + thrown in %s on line %d |