marked with Bug# 42638

This commit is contained in:
Raghubansh Kumar 2007-09-12 08:27:35 +00:00
parent 79325e3c55
commit 5e6724b122
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
--TEST--
Test is_file() function: usage variations - diff. path notations (Bug #42027)
Test is_file() function: usage variations - diff. path notations (Bug #42027, #42638)
--FILE--
<?php
/* Prototype: bool is_file ( string $filename );

View file

@ -1,5 +1,5 @@
--TEST--
Test rename() function: usage variations-1
Test rename() function: usage variations-1 (Bug#42638)
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) == 'WIN') {