mirror of
https://github.com/php/php-src.git
synced 2026-03-25 16:52:18 +01:00
16 lines
218 B
PHP
16 lines
218 B
PHP
--TEST--
|
|
Test phpinfo() displays gettext support
|
|
--EXTENSIONS--
|
|
gettext
|
|
--FILE--
|
|
<?php
|
|
phpinfo();
|
|
?>
|
|
--EXPECTF--
|
|
%a
|
|
%rGetText Support.*enabled%r
|
|
%a
|
|
--CREDITS--
|
|
Tim Eggert, tim@elbart.com
|
|
PHP Testfest Berlin 2009-05-09
|