summaryrefslogtreecommitdiff
path: root/tests/basic/bug45986.phpt
blob: e63b1b3906ff8ea552bc75ee6985fc6e65a7dfdd (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