locale_bug72658.phpt 329 B

12345678910111213141516
  1. --TEST--
  2. Bug #72658 Locale::lookup() / locale_lookup() hangs if no match found
  3. --EXTENSIONS--
  4. intl
  5. --FILE--
  6. <?php
  7. var_dump(
  8. Locale::lookup(['en-Latn-US', 'sl', 'sl-IT'], 'en-US', true, 'de-DE'),
  9. Locale::lookup(['en-Latn-US', 'sl', 'sl-IT'], 'en-US', false, 'de-DE')
  10. );
  11. ?>
  12. --EXPECT--
  13. string(5) "de-DE"
  14. string(5) "de-DE"