diff options
author | Anatol Belski <ab@php.net> | 2019-03-04 14:30:32 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2019-03-04 14:30:32 +0100 |
commit | 53c44a43dd8cf8e16740a94e2b7a73ddd0cd5a21 (patch) | |
tree | 85d6cf1dadec049b277ec3ef00600ef34221c703 /ext/phar | |
parent | 70b69579d36e7f0df167779a5a754707e3f870b6 (diff) | |
parent | a976283c3496bc08d32ea76e8db0a28ab74be07f (diff) | |
download | php-git-53c44a43dd8cf8e16740a94e2b7a73ddd0cd5a21.tar.gz |
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3:
Fix test portability
Diffstat (limited to 'ext/phar')
-rw-r--r-- | ext/phar/tests/bug77396.phpt | 6 |
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 |