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