diff options
Diffstat (limited to 'ext/intl/tests')
-rw-r--r-- | ext/intl/tests/breakiter___construct.phpt | 5 | ||||
-rw-r--r-- | ext/intl/tests/timezone_getCanonicalID_error.phpt | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/ext/intl/tests/breakiter___construct.phpt b/ext/intl/tests/breakiter___construct.phpt index a818075a30..a1e59ddf5d 100644 --- a/ext/intl/tests/breakiter___construct.phpt +++ b/ext/intl/tests/breakiter___construct.phpt @@ -11,4 +11,7 @@ ini_set("intl.error_level", E_WARNING); new IntlBreakIterator(); --EXPECTF-- -Fatal error: Call to private IntlBreakIterator::__construct() from invalid context in %s on line %d +Fatal error: Uncaught exception 'EngineException' with message 'Call to private IntlBreakIterator::__construct() from invalid context' in %s:%d +Stack trace: +#0 {main} + thrown in %s on line %d diff --git a/ext/intl/tests/timezone_getCanonicalID_error.phpt b/ext/intl/tests/timezone_getCanonicalID_error.phpt index c7ffb45b77..7fe2f61d51 100644 --- a/ext/intl/tests/timezone_getCanonicalID_error.phpt +++ b/ext/intl/tests/timezone_getCanonicalID_error.phpt @@ -29,4 +29,7 @@ bool(false) Warning: IntlTimeZone::getCanonicalID(): intltz_get_canonical_id: could not convert time zone id to UTF-16 in %s on line %d bool(false) -Fatal error: Cannot pass parameter 2 by reference in %s on line %d +Fatal error: Uncaught exception 'EngineException' with message 'Cannot pass parameter 2 by reference' in %s:%d +Stack trace: +#0 {main} + thrown in %s on line %d |