diff options
author | Marcus Boerger <helly@php.net> | 2008-01-04 16:26:44 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2008-01-04 16:26:44 +0000 |
commit | 2eecfbf94ebee06ab6f577b59292451237c7da7c (patch) | |
tree | d95f6bc2826be07575ad259e7859024e40d1040c /ext/phar/tests/014.phpt | |
parent | 95a9f1faf6646b2b052ef09ad77d59b93501375a (diff) | |
download | php-git-2eecfbf94ebee06ab6f577b59292451237c7da7c.tar.gz |
- Change 'print' to 'die' for skip notices
Diffstat (limited to 'ext/phar/tests/014.phpt')
-rw-r--r-- | ext/phar/tests/014.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/014.phpt b/ext/phar/tests/014.phpt index 70a5b53c35..84f482a70b 100644 --- a/ext/phar/tests/014.phpt +++ b/ext/phar/tests/014.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::mapPhar filesize mismatch --SKIPIF-- -<?php if (!extension_loaded("phar")) print "skip";?> +<?php if (!extension_loaded("phar")) die("skip");?> --INI-- phar.require_hash=0 --FILE-- |