summaryrefslogtreecommitdiff
path: root/ext/phar
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2019-03-04 14:30:01 +0100
committerAnatol Belski <ab@php.net>2019-03-04 14:30:01 +0100
commita976283c3496bc08d32ea76e8db0a28ab74be07f (patch)
tree40eeceb1012c3015820ac7425114b56b1f8883ae /ext/phar
parent6ff0b24ef43134eaaa88d4253273f839d2b70b2c (diff)
parent040196972c7a757200c2e1aa88f360322c38ffde (diff)
downloadphp-git-a976283c3496bc08d32ea76e8db0a28ab74be07f.tar.gz
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: 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