diff options
| author | Greg Beaver <cellog@php.net> | 2009-07-26 00:39:40 +0000 |
|---|---|---|
| committer | Greg Beaver <cellog@php.net> | 2009-07-26 00:39:40 +0000 |
| commit | 0984d25723e46235c7050258682f75a2cf89b446 (patch) | |
| tree | 46566dd1a484b65bf030b851c6d3a63464c7d697 /ext/phar/tests/zip/frontcontroller21.phar.phpt | |
| parent | b777e5fd8a56058def8d13e91c04343f74e0c18b (diff) | |
| download | php-git-0984d25723e46235c7050258682f75a2cf89b446.tar.gz | |
fix zip front controller tests for php6
Diffstat (limited to 'ext/phar/tests/zip/frontcontroller21.phar.phpt')
| -rw-r--r-- | ext/phar/tests/zip/frontcontroller21.phar.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/zip/frontcontroller21.phar.phpt b/ext/phar/tests/zip/frontcontroller21.phar.phpt index d0a16c5d99..74caa2c814 100644 --- a/ext/phar/tests/zip/frontcontroller21.phar.phpt +++ b/ext/phar/tests/zip/frontcontroller21.phar.phpt @@ -15,7 +15,7 @@ files/frontcontroller12.phar.zip --EXPECTHEADERS-- Content-type: text/html; charset=UTF-8 --EXPECTF-- -string(10) "/index.php" +%unicode|string%(10) "/index.php" string(10) "/index.php" string(%d) "phar://%sfrontcontroller21.phar.php/index.php" string(18) "/index.php?test=hi" |
