mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
13 lines
236 B
PHP
13 lines
236 B
PHP
--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
|