marked with Bug #42038

This commit is contained in:
Raghubansh Kumar 2007-09-12 09:49:25 +00:00
parent 5a69a2341e
commit 9aaf21fc0f
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
--TEST--
Test readlink() and realpath functions: basic functionality - diff. path notation for links
Test readlink() and realpath functions: basic functionality - diff. path notation for links(Bug #42038)
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) == 'WIN') {

View File

@ -1,5 +1,5 @@
--TEST--
Test readlink() and realpath() functions: usage variation - linkname/filename stored in object
Test readlink() and realpath() functions: usage variation - linkname/filename stored in object(Bug #42038)
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) == 'WIN') {

View File

@ -1,5 +1,5 @@
--TEST--
Test readlink() and realpath() functions: usage variation - linkname/filename stored in array
Test readlink() and realpath() functions: usage variation - linkname/filename stored in array(Bug #42038)
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) == 'WIN') {