summaryrefslogtreecommitdiff
path: root/ext/phar/tests
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2019-03-04 14:30:32 +0100
committerAnatol Belski <ab@php.net>2019-03-04 14:30:32 +0100
commit53c44a43dd8cf8e16740a94e2b7a73ddd0cd5a21 (patch)
tree85d6cf1dadec049b277ec3ef00600ef34221c703 /ext/phar/tests
parent70b69579d36e7f0df167779a5a754707e3f870b6 (diff)
parenta976283c3496bc08d32ea76e8db0a28ab74be07f (diff)
downloadphp-git-53c44a43dd8cf8e16740a94e2b7a73ddd0cd5a21.tar.gz
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Fix test portability
Diffstat (limited to 'ext/phar/tests')
-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