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