Skip Report for ext/standard/tests/file/windows_links/bug48746_3.phpt
Script
<?php
if(substr(PHP_OS, 0, 3) != 'WIN' ) {
die('skip windows only test');
}
include_once __DIR__ . '/common.inc';
$ret = exec(get_junction().' /? 2>&1', $out);
if (strpos($out[0], 'recognized')) {
die('skip. junction.exe not found in PATH.');
}
?>
Reason
windows only test
Generated at Fri, 17 May 2013 23:23:52 +0000 (4 days ago)
|