summaryrefslogtreecommitdiff
path: root/ext/intl/tests/bug60192-sort.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/bug60192-sort.phpt')
-rw-r--r--ext/intl/tests/bug60192-sort.phpt7
1 files changed, 6 insertions, 1 deletions
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
+