php-src/tests/basic/bug45986.phpt
Pierre Joye b5152bcff2 - typo
2011-08-31 20:07:44 +00:00

13 lines
212 B
PHP

--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');
?>
--EXPECTREGEX--
.*No such.*