diff options
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 |