summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatoliy Belsky <ab@php.net>2012-03-28 12:54:19 +0200
committerAnatoliy Belsky <ab@php.net>2012-03-28 12:54:19 +0200
commit0b20329aaf4228e071ab03f4e96adeafa6c48f52 (patch)
tree9c31fdb784705204c3c5d6a9fec553772d18df03
parent11f04c3524cc86a5c4cdf748a107801116604184 (diff)
downloadphp-git-0b20329aaf4228e071ab03f4e96adeafa6c48f52.tar.gz
Fix bug #61468 ext/phar/tests/phar_oo_005.phpt fails
-rwxr-xr-xext/phar/tests/phar_oo_005.phpt10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/phar/tests/phar_oo_005.phpt b/ext/phar/tests/phar_oo_005.phpt
index 2d4cbd082c..cb3f298728 100755
--- a/ext/phar/tests/phar_oo_005.phpt
+++ b/ext/phar/tests/phar_oo_005.phpt
@@ -40,25 +40,25 @@ string(14) "phar://*/a.php"
string(14) "phar://*/a.php"
string(0) ""
string(5) "a.php"
-string(5) "a.php"
+string(21) "phar_oo_test.phar.php"
string(16) "phar://*/b/c.php"
string(16) "phar://*/b/c.php"
string(1) "b"
string(7) "b/c.php"
-string(5) "c.php"
+string(1) "b"
string(16) "phar://*/b/d.php"
string(16) "phar://*/b/d.php"
string(1) "b"
string(7) "b/d.php"
-string(5) "d.php"
+string(1) "b"
string(14) "phar://*/b.php"
string(14) "phar://*/b.php"
string(0) ""
string(5) "b.php"
-string(5) "b.php"
+string(21) "phar_oo_test.phar.php"
string(14) "phar://*/e.php"
string(14) "phar://*/e.php"
string(0) ""
string(5) "e.php"
-string(5) "e.php"
+string(21) "phar_oo_test.phar.php"
===DONE===