diff options
author | Marcus Boerger <helly@php.net> | 2006-01-01 22:58:12 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2006-01-01 22:58:12 +0000 |
commit | 1c9da67d8963b70d6220b32e2038202f2e27f987 (patch) | |
tree | b6baa47ec972b11b00fcfbcbeea3c7e9676b4ee5 /ext/phar/tests/004.phpt | |
parent | 33925b36275c5eb5690306de447a8e2706e511dc (diff) | |
download | php-git-1c9da67d8963b70d6220b32e2038202f2e27f987.tar.gz |
- Class was renamed
Diffstat (limited to 'ext/phar/tests/004.phpt')
-rw-r--r-- | ext/phar/tests/004.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/phar/tests/004.phpt b/ext/phar/tests/004.phpt index f3ead7f3f5..598b8648e2 100644 --- a/ext/phar/tests/004.phpt +++ b/ext/phar/tests/004.phpt @@ -4,7 +4,7 @@ PHP_Archive::mapPhar no __HALT_COMPILER(); <?php if (!extension_loaded("phar")) print "skip";?> --FILE-- <?php -PHP_Archive::mapPhar(5, 'hio', false); +Phar::mapPhar(5, 'hio', false); ?> --EXPECTF-- -Fatal error: PHP_Archive::mapPhar(): __HALT_COMPILER(); must be declared in a phar in %s on line %d
\ No newline at end of file +Fatal error: Phar::mapPhar(): __HALT_COMPILER(); must be declared in a phar in %s on line %d
\ No newline at end of file |