php-src/tests/basic/bug45986.phpt

13 lines
236 B
Plaintext
Raw Normal View History

2009-08-30 09:30:13 +00:00
--TEST--
2011-08-31 20:07:44 +00:00
Bug #45986 (wrong error message for a non existant file on rename)
2009-08-30 09:30:13 +00:00
--CREDITS--
Sebastian Schürmann
sebs@php.net
Testfest 2009 Munich
--FILE--
<?php
rename('foo', 'bar');
?>
2011-08-31 20:10:22 +00:00
--EXPECTF--
Warning: %s in %sbug45986.php on line 2