The better solution would be to actually use different directory names,
but adding respective CONFLICTS sections solves the issue for now.
die('skip not for Windows');
}
?>
+--CONFLICTS--
+disk_total_space
--FILE--
<?php
--TEST--
Test disk_total_space() function : basic functionality
+--CONFLICTS--
+disk_total_space
--FILE--
<?php
/*
if(substr(PHP_OS, 0, 3) != 'WIN' )
die("skip Valid only for Windows");
?>
+--CONFLICTS--
+disk_total_space
--FILE--
<?php
/*
if(substr(PHP_OS, 0, 3) == 'WIN')
die("skip Not valid on Windows");
?>
+--CONFLICTS--
+disk_total_space
--FILE--
<?php
/*
--TEST--
Testing disk_total_space() functions : Usage Variations.
+--CONFLICTS--
+disk_total_space
--FILE--
<?php
/*