summaryrefslogtreecommitdiff
path: root/ext/phar/tests/phar_oo_005.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/phar_oo_005.phpt')
-rw-r--r--ext/phar/tests/phar_oo_005.phpt8
1 files changed, 3 insertions, 5 deletions
diff --git a/ext/phar/tests/phar_oo_005.phpt b/ext/phar/tests/phar_oo_005.phpt
index b01231e9c2..7bc1db61d1 100644
--- a/ext/phar/tests/phar_oo_005.phpt
+++ b/ext/phar/tests/phar_oo_005.phpt
@@ -4,8 +4,6 @@ Phar and RecursiveDirectoryIterator
<?php
if (!extension_loaded("phar")) die("skip");
if (!extension_loaded("spl")) die("skip SPL not available");
-if (version_compare(PHP_VERSION, "5.3", "<") or version_compare(PHP_VERSION, "5.4", ">="))
- die("skip requires 5.3");
?>
--INI--
phar.require_hash=0
@@ -40,7 +38,7 @@ string(14) "phar://*/a.php"
string(14) "phar://*/a.php"
string(0) ""
string(5) "a.php"
-string(21) "phar_oo_test.phar.php"
+string(20) "phar_oo_005.phar.php"
string(16) "phar://*/b/c.php"
string(16) "phar://*/b/c.php"
string(1) "b"
@@ -55,10 +53,10 @@ string(14) "phar://*/b.php"
string(14) "phar://*/b.php"
string(0) ""
string(5) "b.php"
-string(21) "phar_oo_test.phar.php"
+string(20) "phar_oo_005.phar.php"
string(14) "phar://*/e.php"
string(14) "phar://*/e.php"
string(0) ""
string(5) "e.php"
-string(21) "phar_oo_test.phar.php"
+string(20) "phar_oo_005.phar.php"
===DONE===