diff options
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-- |