We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74f945 commit 7077826Copy full SHA for 7077826
ext/phar/tests/bug69958.phpt
@@ -10,8 +10,8 @@ $tarphar = new PharData(__DIR__.'/bug69958.tar');
10
$phar = $tarphar->convertToData(Phar::TAR);
11
?>
12
--EXPECTF--
13
-Fatal error: Uncaught BadMethodCallException: phar "%s/bug69958.tar" exists and must be unlinked prior to conversion in %s/bug69958.php:%d
+Fatal error: Uncaught BadMethodCallException: phar "%sbug69958.tar" exists and must be unlinked prior to conversion in %sbug69958.php:%d
14
Stack trace:
15
-#0 %s/bug69958.php(%d): PharData->convertToData(%d)
+#0 %sbug69958.php(%d): PharData->convertToData(%d)
16
#1 {main}
17
- thrown in %s/bug69958.php on line %d
+ thrown in %sbug69958.php on line %d
0 commit comments