summaryrefslogtreecommitdiff
path: root/tests/basic/req60524-win.phpt
blob: b2e7cfdab4d86ef7963feab93c409fb9eb080454 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
Req #60524 (Specify temporary directory)
--INI--
sys_temp_dir=C:\Windows
--SKIPIF--
<?php
if( substr(PHP_OS, 0, 3) != "WIN" )
  die('skip Run only on Windows');
?>
--FILE--
<?php echo sys_get_temp_dir(); ?>
--EXPECT--
C:\\Windows