diff options
Diffstat (limited to 'ext/intl/tests/bug60192-compare.phpt')
-rw-r--r-- | ext/intl/tests/bug60192-compare.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/intl/tests/bug60192-compare.phpt b/ext/intl/tests/bug60192-compare.phpt index ce9728023a..096b57558f 100644 --- a/ext/intl/tests/bug60192-compare.phpt +++ b/ext/intl/tests/bug60192-compare.phpt @@ -15,7 +15,6 @@ class Collator2 extends Collator{ $c = new Collator2(); $a = $c->compare('h', 'H'); --EXPECTF-- - Fatal error: Uncaught Error: Object not initialized in %s:%d Stack trace: #0 %s(%d): Collator->compare('h', 'H') |