mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
fix dir separator in test
This commit is contained in:
parent
53639c44df
commit
c94ee2e0c8
1 changed files with 3 additions and 3 deletions
|
@ -8,8 +8,8 @@ $p = new PharData(__DIR__."/bug71331.tar");
|
|||
?>
|
||||
DONE
|
||||
--EXPECTF--
|
||||
Fatal error: Uncaught UnexpectedValueException: phar error: "%s/bug71331.tar" is a corrupted tar file (invalid entry size) in %s/bug71331.php:2
|
||||
Fatal error: Uncaught UnexpectedValueException: phar error: "%s%ebug71331.tar" is a corrupted tar file (invalid entry size) in %s%ebug71331.php:2
|
||||
Stack trace:
|
||||
#0 %s/bug71331.php(2): PharData->__construct('%s')
|
||||
#0 %s%ebug71331.php(2): PharData->__construct('%s')
|
||||
#1 {main}
|
||||
thrown in %s/bug71331.php on line 2
|
||||
thrown in %s%ebug71331.php on line 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue