gettext_phpinfo.phpt 218 B

123456789101112131415
  1. --TEST--
  2. Test phpinfo() displays gettext support
  3. --EXTENSIONS--
  4. gettext
  5. --FILE--
  6. <?php
  7. phpinfo();
  8. ?>
  9. --EXPECTF--
  10. %a
  11. %rGetText Support.*enabled%r
  12. %a
  13. --CREDITS--
  14. Tim Eggert, tim@elbart.com
  15. PHP Testfest Berlin 2009-05-09