fix skipif description

This commit is contained in:
Xinchen Hui 2011-09-07 00:59:10 +00:00
parent ab9db759b9
commit b1263c4363

View File

@ -3,7 +3,7 @@ SPL: DirectoryIterator::getExtension() basic test
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) == 'WIN') {
die('skip.. only for Windows');
die('skip.. only for Unix');
}
?>
--FILE--