summaryrefslogtreecommitdiff
path: root/tests/basic/req60524.phpt
blob: 7cc3edfabf439bf37b2e8d33a720ebd11332cff7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
Req #60524 (Specify temporary directory)
--INI--
sys_temp_dir=/path/to/temp/dir
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) == 'WIN') {
    die('skip non-windows only test');
}
?>
--FILE--
<?php echo sys_get_temp_dir(); ?>
--EXPECT--
/path/to/temp/dir