--TEST-- Bug #60192 (SegFault when Collator not constructed properly) --EXTENSIONS-- intl --FILE-- sort($a); } catch (Throwable $e) { echo $e::class, ': ', $e->getMessage(), PHP_EOL; } ?> --EXPECT-- Error: Object not initialized