mirror of
https://github.com/php/php-src.git
synced 2026-03-25 16:52:18 +01:00
This test isn't supposed to pass on windows
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
Test lstat() and stat() functions: usage variations - invalid filenames
|
||||
--CREDITS--
|
||||
Dave Kelsey <d_kelsey@uk.ibm.com>
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (substr(PHP_OS, 0, 3) == 'WIN') {
|
||||
die('skip ... not for Windows');
|
||||
}
|
||||
--FILE--
|
||||
<?php
|
||||
/* Prototype: array lstat ( string $filename );
|
||||
@@ -46,4 +51,4 @@ bool(false)
|
||||
|
||||
Warning: lstat(): Lstat failed for | in %s on line %d
|
||||
bool(false)
|
||||
Done
|
||||
Done
|
||||
|
||||
Reference in New Issue
Block a user