mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
fix more dir separators
This commit is contained in:
parent
b5b8cd5074
commit
a0accfa59f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ $r = new Phar($fname, 0);
|
||||||
|
|
||||||
==DONE==
|
==DONE==
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
exception 'UnexpectedValueException' with message 'phar error: corrupted central directory entry, no magic signature in zip-based phar "%s/bug69441.phar"' in %s/bug69441.php:%d
|
exception 'UnexpectedValueException' with message 'phar error: corrupted central directory entry, no magic signature in zip-based phar "%s%ebug69441.phar"' in %s%ebug69441.php:%d
|
||||||
Stack trace:
|
Stack trace:
|
||||||
#0 %s%ebug69441.php(%d): Phar->__construct('%s', 0)
|
#0 %s%ebug69441.php(%d): Phar->__construct('%s', 0)
|
||||||
#1 {main}
|
#1 {main}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue