blob: 1c30f10403dc0a46f218a793d9e651a19f48dead (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--TEST--
Bug #45986 (wrong error message for a non existant file on rename)
--CREDITS--
Sebastian Schürmann
sebs@php.net
Testfest 2009 Munich
--FILE--
<?php
rename('foo', 'bar');
?>
--EXPECTF--
Warning: %s in %sbug45986.php on line 2
|