diff options
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 17190a9ec2..963a9b45a0 100644 --- a/ext/phar/tests/004.phpt +++ b/ext/phar/tests/004.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::mapPhar no __HALT_COMPILER(); --SKIPIF-- -<?php if (!extension_loaded("phar")) print "skip";?> +<?php if (!extension_loaded("phar")) die("skip");?> --FILE-- <?php try { |