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/phar_commitwrite.phpt | |
| parent | 95a9f1faf6646b2b052ef09ad77d59b93501375a (diff) | |
| download | php-git-2eecfbf94ebee06ab6f577b59292451237c7da7c.tar.gz | |
- Change 'print' to 'die' for skip notices
Diffstat (limited to 'ext/phar/tests/phar_commitwrite.phpt')
| -rw-r--r-- | ext/phar/tests/phar_commitwrite.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/phar_commitwrite.phpt b/ext/phar/tests/phar_commitwrite.phpt index 16f35701bd..8a68e8e5c6 100644 --- a/ext/phar/tests/phar_commitwrite.phpt +++ b/ext/phar/tests/phar_commitwrite.phpt @@ -1,7 +1,7 @@ --TEST-- Phar::setStub()/stopBuffering() --SKIPIF-- -<?php if (!extension_loaded("phar")) print "skip"; ?> +<?php if (!extension_loaded("phar")) die("skip"); ?> --INI-- phar.require_hash=0 phar.readonly=0 |
