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--
Test is_file() function: usage variations - diff. path notations (Bug #42027) Test is_file() function: usage variations - diff. path notations (Bug #42027, #42638)
--FILE-- --FILE--
<?php <?php
/* Prototype: bool is_file ( string $filename ); /* Prototype: bool is_file ( string $filename );

View file

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