From 7d53864574e22a3f72fcee7eb902248fb25f85df Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Tue, 14 Jun 2016 11:32:33 -0500 Subject: E_RECOVERABLE_ERROR -> thrown Error --- ext/intl/tests/bug60192-sort.phpt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ext/intl/tests/bug60192-sort.phpt') diff --git a/ext/intl/tests/bug60192-sort.phpt b/ext/intl/tests/bug60192-sort.phpt index ee506d3a5a..c452d0de6d 100644 --- a/ext/intl/tests/bug60192-sort.phpt +++ b/ext/intl/tests/bug60192-sort.phpt @@ -18,4 +18,9 @@ $a = array('a', 'b'); $c->sort($a); --EXPECTF-- -Catchable fatal error: Collator::sort(): Object not initialized in %s on line %d +Fatal error: Uncaught Error: Object not initialized in %s:%d +Stack trace: +#0 %s(%d): Collator->sort(Array) +#1 {main} + thrown in %s on line %d + -- cgit v1.2.1