mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
Fixed bug #62140 ext\standard\tests\file\tempnam_variation7-win32.phpt fails
This commit is contained in:
parent
92039fed22
commit
72c7cfe6f2
1 changed files with 2 additions and 2 deletions
|
@ -93,13 +93,13 @@ File created in => temp dir
|
||||||
Warning: tempnam() expects parameter 1 to be a valid path, string given in %stempnam_variation7-win32.php on line %d
|
Warning: tempnam() expects parameter 1 to be a valid path, string given in %stempnam_variation7-win32.php on line %d
|
||||||
-- File is not created --
|
-- File is not created --
|
||||||
|
|
||||||
Warning: unlink(): Invalid argument in %s on line %d
|
Warning: unlink(): %r(Invalid argument|No such file or directory)%r in %s on line %d
|
||||||
-- Iteration 7 --
|
-- Iteration 7 --
|
||||||
|
|
||||||
Warning: tempnam() expects parameter 1 to be a valid path, array given in %s on line %d
|
Warning: tempnam() expects parameter 1 to be a valid path, array given in %s on line %d
|
||||||
-- File is not created --
|
-- File is not created --
|
||||||
|
|
||||||
Warning: unlink(): Invalid argument in %s on line %d
|
Warning: unlink(): %r(Invalid argument|No such file or directory)%r in %s on line %d
|
||||||
-- Iteration 8 --
|
-- Iteration 8 --
|
||||||
File name is => %s%et%s
|
File name is => %s%et%s
|
||||||
File permissions are => 100666
|
File permissions are => 100666
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue