Home
last modified time | relevance | path

Searched refs:time (Results 51 – 75 of 698) sorted by last modified time

12345678910>>...28

/PHP-5.6/ext/standard/tests/time/
H A Dstrptime_error.phpt12 * Description: Parse a time/date generated with strftime()
17 //Set the default time zone
H A Dstrptime_parts.phpt13 * Description: Parse a time/date generated with strftime()
H A D001.phpt19 list($micro,$time)=explode(" ",microtime());
20 if ($time > $last_t || ($time == $last_t && $micro >= $last_m)) {
23 $result .= sprintf('%06d', $i).": $time $micro < $last_t $last_m\n";
26 $last_t = $time;
H A Dstrptime_basic.phpt14 * Description: Parse a time/date generated with strftime()
/PHP-5.6/ext/standard/tests/strings/
H A Dstr_shuffle_basic.phpt37 // No first time init
H A Dsoundex.phpt13 "time",
/PHP-5.6/ext/standard/tests/streams/
H A Dbug40459.phpt89 touch('test://test', time());
/PHP-5.6/ext/standard/tests/misc/
H A Dtime_sleep_until_basic.phpt14 $time = microtime(true) + 2;
15 var_dump(time_sleep_until( (int)$time ));
28 var_dump($now >= (int)$time);
/PHP-5.6/ext/standard/tests/network/
H A Dsetcookie.phpt13 setcookie('name', 'value', $tsp = time() + 5);
14 setcookie('name', 'value', $tsn = time() - 6);
15 setcookie('name', 'value', $tsc = time());
H A Dudp6loop.phpt10 * cannot tell for sure if IPv6 works until we probe it at run time,
/PHP-5.6/ext/standard/tests/general_functions/
H A Dsleep_basic.phpt25 // Test passes if sleeps for at least 98% of specified time
29 $time = $time_end - $time_start;
31 echo "Thread slept for " . $time . " seconds\n";
33 if ($time >= $sleeplow) {
36 echo "TEST FAILED - time is ${time} secs and sleep was ${sleeptime} secs\n";
H A Duniqid_basic.phpt6 * Description: Gets a prefixed unique identifier based on the current time in microseconds.
H A Duniqid_error.phpt6 * Description: Gets a prefixed unique identifier based on the current time in microseconds.
H A Dusleep_basic.phpt19 // Test passes if sleeps for at least 98% of specified time
28 $time = ($time_end - $time_start) * 1000 * 1000;
30 echo "Thread slept for " . $time . " micro-seconds\n";
32 if ($time >= $sleeplow) {
H A Dparse_ini_string_001.phpt27 time =
223 [time] =>
338 [time] =>
H A Dgetrusage_variation1.phpt81 User time used (microseconds) %d
84 User time used (microseconds) %d
87 User time used (microseconds) %d
90 User time used (microseconds) %d
93 User time used (microseconds) %d
96 User time used (microseconds) %d
99 User time used (microseconds) %d
102 User time used (microseconds) %d
105 User time used (microseconds) %d
108 User time used (microseconds) %d
[all …]
H A Dgetrusage_basic.phpt25 echo "User time used (seconds) " . $dat["ru_utime.tv_sec"] . "\n";
26 echo "User time used (microseconds) " . $dat["ru_utime.tv_usec"] . "\n";
31 User time used (seconds) %d
32 User time used (microseconds) %d
H A Dbug60723.phpt2 Bug #60723 (error_log error time has changed to UTC ignoring default timezo)
/PHP-5.6/ext/standard/tests/file/
H A Duserstreams.phpt22 But Ill take my time anywhere
38 But Ill take my time anywhere
43 But Ill take my time anywhere
H A Dtouch.phpt12 // This doesn't work for windows, time, atime usage results in very different
H A Dtouch_basic-win32.phpt13 /* Prototype : proto bool touch(string filename [, int time [, int atime]])
14 * Description: Set modification time of file
61 $time = 10000;
66 var_dump( touch($filename, $time, $atime) );
H A Dtouch_basic.phpt14 /* Prototype : proto bool touch(string filename [, int time [, int atime]])
15 * Description: Set modification time of file
62 $time = 10000;
67 var_dump( touch($filename, $time, $atime) );
H A Dtouch_variation3-win32.phpt2 Test touch() function : usage variation - different types for time
13 /* Prototype : bool touch(string filename [, int time [, int atime]])
14 * Description: Set modification time of file
104 // loop through each element of the array for time
H A Dtouch_variation3.phpt2 Test touch() function : usage variation - different types for time
13 /* Prototype : bool touch(string filename [, int time [, int atime]])
14 * Description: Set modification time of file
104 // loop through each element of the array for time
/PHP-5.6/ext/standard/tests/filters/
H A Dbug22538.phpt14 $path1 = sprintf("%s/%s%da", dirname(__FILE__), uniqid(), time());
15 $path2 = sprintf("%s/%s%db", dirname(__FILE__), uniqid(), time());

Completed in 47 milliseconds

12345678910>>...28