summaryrefslogtreecommitdiff
path: root/ext/phar
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2019-03-04 14:28:47 +0100
committerAnatol Belski <ab@php.net>2019-03-04 14:28:47 +0100
commit040196972c7a757200c2e1aa88f360322c38ffde (patch)
tree910e27e8645c3943e223a5bb57aa00b7e54cc3dc /ext/phar
parent3f00c9367d080bfa6153d6c7673f3ca4fad73c31 (diff)
downloadphp-git-040196972c7a757200c2e1aa88f360322c38ffde.tar.gz
Fix test portability
Diffstat (limited to 'ext/phar')
-rw-r--r--ext/phar/tests/bug77396.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/phar/tests/bug77396.phpt b/ext/phar/tests/bug77396.phpt
index f7a2a2f026..ede25ff81f 100644
--- a/ext/phar/tests/bug77396.phpt
+++ b/ext/phar/tests/bug77396.phpt
@@ -8,8 +8,8 @@ $path = '../' . str_repeat("x", PHP_MAXPATHLEN) . '.tar';
$phar = new PharData($path);
?>
--EXPECTF--
-Fatal error: Uncaught UnexpectedValueException: Phar creation or opening failed in %s/bug77396.php:%d
+Fatal error: Uncaught UnexpectedValueException: Phar creation or opening failed in %s%ebug77396.php:%d
Stack trace:
-#0 %s/bug77396.php(%d): PharData->__construct(%s)
+#0 %s%ebug77396.php(%d): PharData->__construct(%s)
#1 {main}
- thrown in %s/bug77396.php on line %d
+ thrown in %s%ebug77396.php on line %d