summaryrefslogtreecommitdiff
path: root/tests/basic/bug45986.phpt
blob: 33c3f27eac8164658231ca4474053f2dcb3b4857 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
Bug #45986 (wrong error message for a non existent 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