diff options
author | Steph Fox <sfox@php.net> | 2008-05-19 19:05:42 +0000 |
---|---|---|
committer | Steph Fox <sfox@php.net> | 2008-05-19 19:05:42 +0000 |
commit | f08aea109bc0704bae93f35b7b94e1021c669523 (patch) | |
tree | 5d97717e9dd83f748075dd5be64173ca3e02df04 /ext/phar/tests/frontcontroller2.phpt | |
parent | 69deb7bc425e422ca4190cacd59c5c0336672788 (diff) | |
download | php-git-f08aea109bc0704bae93f35b7b94e1021c669523.tar.gz |
- IS_UNICODE checks and conversions
- stub and creation file updates
- far too many test updates to think about
Diffstat (limited to 'ext/phar/tests/frontcontroller2.phpt')
-rw-r--r-- | ext/phar/tests/frontcontroller2.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/phar/tests/frontcontroller2.phpt b/ext/phar/tests/frontcontroller2.phpt index 085fe1440e..d0744dea1d 100644 --- a/ext/phar/tests/frontcontroller2.phpt +++ b/ext/phar/tests/frontcontroller2.phpt @@ -1,7 +1,7 @@ --TEST-- Phar front controller PHP test --INI-- -default_charset= +default_charset=UTF-8 --SKIPIF-- <?php if (!extension_loaded("phar")) die("skip"); ?> --ENV-- @@ -11,6 +11,6 @@ PATH_INFO=/a.php --FILE_EXTERNAL-- files/frontcontroller.phar --EXPECTHEADERS-- -Content-type: text/html +Content-type: text/html; charset=UTF-8 --EXPECT-- hio |