--TEST--
Test touch() function : basic functionality
---CREDITS--
-Dave Kelsey <d_kelsey@uk.ibm.com>
--SKIPIF--
<?php
if (substr(PHP_OS, 0, 3) != 'WIN') {
* Alias to functions:
*/
+ /*
+ * NOTE: Windows UTime functionality is influenced by DST so outputs
+ * different values during DST. This is WAD according to Microsoft. The test has been
+ * modified to reflect this in the expected output
+ */
+
echo "*** Testing touch() : basic functionality ***\n";
$filename = dirname(__FILE__)."/touch.dat";
--- testing touch using all parameters ---
bool(true)
ctime=%d
-mtime=10000
-atime=20470
+mtime=%r10000|6400%r
+atime=%r20470|16870%r
Done