mirror of
https://github.com/php/php-src.git
synced 2025-01-23 04:04:16 +08:00
- fix test
This commit is contained in:
parent
22c4ca480f
commit
69a1e5d3ac
@ -26,11 +26,11 @@ var_dump(readlink($tmp_link2));
|
||||
echo "Done\n";
|
||||
?>
|
||||
--EXPECTF--
|
||||
Warning: symlink(): Could not fetch file information(error 2) in %s on line %d
|
||||
Warning: symlink(): Could not fetch file information(error 2) in %srename_variation7-win32.php on line %d
|
||||
|
||||
Warning: readlink(): Could not open file (error 2) in %s on line %d
|
||||
Warning: readlink(): readlink failed to read the symbolic link (%srename_variation7-win32.php.tmp.link), error 2) in %srename_variation7-win32.php on line %d
|
||||
bool(false)
|
||||
|
||||
Warning: readlink(): Could not open file (error 2) in %s on line %d
|
||||
Warning: readlink(): readlink failed to read the symbolic link (%srename_variation7-win32.php.tmp.link2), error 2) in %srename_variation7-win32.php on line %d
|
||||
bool(false)
|
||||
Done
|
||||
|
Loading…
Reference in New Issue
Block a user