diff options
author | Marcus Boerger <helly@php.net> | 2006-01-11 00:50:33 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2006-01-11 00:50:33 +0000 |
commit | fa5831e7b55e7ce3686b9241d9a5ee46fdb3f427 (patch) | |
tree | a3a5724a42deebbc76acf543a1697acff641261f /ext/phar/tests/004.phpt | |
parent | 23d81c4630bdbf0f93943a2c4e8e710f0b0b1c6c (diff) | |
download | php-git-fa5831e7b55e7ce3686b9241d9a5ee46fdb3f427.tar.gz |
- Fix a bunch of tests (not all done yet though)
Diffstat (limited to 'ext/phar/tests/004.phpt')
-rw-r--r-- | ext/phar/tests/004.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/004.phpt b/ext/phar/tests/004.phpt index c458ee8cf5..3141d2a0d3 100644 --- a/ext/phar/tests/004.phpt +++ b/ext/phar/tests/004.phpt @@ -4,7 +4,7 @@ Phar::mapPhar no __HALT_COMPILER(); <?php if (!extension_loaded("phar")) print "skip";?> --FILE-- <?php -Phar::mapPhar(5, 'hio', false); +Phar::mapPhar('hio'); ?> --EXPECTF-- Fatal error: Phar::mapPhar(): __HALT_COMPILER(); must be declared in a phar in %s on line %d
\ No newline at end of file |