mirror of
https://github.com/php/php-src.git
synced 2024-12-04 07:14:10 +08:00
This test isn't supposed to pass on windows
This commit is contained in:
parent
df3b9a1e07
commit
eff12e56b6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user