diff options
Diffstat (limited to 'ext/gettext/tests/gettext_textdomain-wrongparams.phpt')
-rw-r--r-- | ext/gettext/tests/gettext_textdomain-wrongparams.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gettext/tests/gettext_textdomain-wrongparams.phpt b/ext/gettext/tests/gettext_textdomain-wrongparams.phpt index 251ee9a21b..599e48ef35 100644 --- a/ext/gettext/tests/gettext_textdomain-wrongparams.phpt +++ b/ext/gettext/tests/gettext_textdomain-wrongparams.phpt @@ -10,7 +10,7 @@ Check how textdomain() with wrong parameters behaves. } ?> --FILE-- -<?php // $Id$ +<?php chdir(dirname(__FILE__)); setlocale(LC_ALL, 'en_US.UTF-8'); |