Home
last modified time | relevance | path

Searched refs:time (Results 476 – 500 of 729) sorted by relevance

1...<<11121314151617181920>>...30

/PHP-7.2/ext/date/tests/
H A Dstrftime_variation5.phpt6 * Description: Format a local time/date according to locale settings
H A Dstrftime_variation7.phpt6 * Description: Format a local time/date according to locale settings
H A Ddate_variation1.phpt6 * Description: Format a local time/date.
12 //Set the default time zone
H A DDateTime_setTime_variation2.phpt6 * Description: Resets the current time of the DateTime object to a different time.
13 //Set the default time zone
H A DDateTime_setTime_variation3.phpt6 * Description: Resets the current time of the DateTime object to a different time.
13 //Set the default time zone
H A Ddate_time_set_variation3.phpt6 * Description: Resets the current time of the DateTime object to a different time.
13 //Set the default time zone
H A Ddate_time_set_variation4.phpt6 * Description: Resets the current time of the DateTime object to a different time.
13 //Set the default time zone
H A DDateTime_setTime_variation1.phpt6 * Description: Resets the current time of the DateTime object to a different time.
13 //Set the default time zone
H A Ddate_sunset_variation1.phpt2 Test date_sunset() function : usage variation - Passing unexpected values to first argument time.
5 /* Prototype : mixed date_sunset(mixed time [, int format [, float latitude [, float longitude [, …
6 * Description: Returns time of sunset for a given day and location
96 // loop through each element of the array for time
H A Ddate_sunrise_variation1.phpt2 Test date_sunrise() function : usage variation - Passing unexpected values to first argument time.
5 /* Prototype : mixed date_sunrise(mixed time [, int format [, float latitude [, float longitude [,…
6 * Description: Returns time of sunrise for a given day and location
96 // loop through each element of the array for time
/PHP-7.2/ext/standard/tests/network/
H A Dudp6loop.phpt10 * cannot tell for sure if IPv6 works until we probe it at run time,
/PHP-7.2/ext/standard/tests/file/
H A Dtouch.phpt12 // This doesn't work for windows, time, atime usage results in very different
H A Dtouch_variation5.phpt13 /* Prototype : bool touch(string filename [, int time [, int atime]])
14 * Description: Set modification time of file
139 echo "FAILED: $path - access time not changed\n";
H A Dcopy_variation18.phpt35 // compare all stat fields except access time
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_scoreboard.c73 wp->scoreboard->start_epoch = time(NULL); in fpm_scoreboard_init_main()
264 proc->start_epoch = time(NULL); in fpm_scoreboard_child_use()
/PHP-7.2/ext/phar/tests/tar/files/
H A Dcorrupt_tarmaker.php.inc53 'mtime' => time(),
165 'mtime' => time(),
H A Dmake.dangerous.tar.php.inc54 'mtime' => time(),
158 'mtime' => time(),
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_fork.phpt107 $start = time();
121 } while ((time() - $start) < 5);
137 $start = time();
199 } while (((time() - $start) < 5) && ($num_rows < 3));
/PHP-7.2/ext/intl/tests/
H A Ddateformat_format_variant2.phpt403 Error while formatting as: 'datefmt_format: invalid object type for date/time (only IntlCalendar an…
408 Error while formatting as: 'datefmt_format: invalid object type for date/time (only IntlCalendar an…
413 Error while formatting as: 'datefmt_format: invalid object type for date/time (only IntlCalendar an…
418 Error while formatting as: 'datefmt_format: invalid object type for date/time (only IntlCalendar an…
423 Error while formatting as: 'datefmt_format: invalid object type for date/time (only IntlCalendar an…
H A Ddateformat_format_variant3.phpt403 Error while formatting as: 'datefmt_format: invalid object type for date/time (only IntlCalendar an…
408 Error while formatting as: 'datefmt_format: invalid object type for date/time (only IntlCalendar an…
413 Error while formatting as: 'datefmt_format: invalid object type for date/time (only IntlCalendar an…
418 Error while formatting as: 'datefmt_format: invalid object type for date/time (only IntlCalendar an…
423 Error while formatting as: 'datefmt_format: invalid object type for date/time (only IntlCalendar an…
H A Ddateformat_calendars_variant2.phpt2 IntlDateFormatter, calendars and time zone
/PHP-7.2/
H A Drun-tests.php838 $start_time = time();
848 $end_time = time();
985 $start_time = time();
991 $end_time = time();
1965 $time = microtime(true) - $startTime;
1966 if ($time * 1000 >= $slow_min_ms) {
1972 'info' => $time,
2854 * @param int|string $time
2859 function junit_mark_test_as($type, $file_name, $test_name, $time = null, $message = '', $details = … argument
2867 $time = null !== $time ? $time : junit_get_timer($file_name);
[all …]
/PHP-7.2/ext/session/tests/
H A Dsession_set_save_handler_iface_003.phpt51 if (filemtime($filename) + $maxlifetime < time()) {
H A Dsession_set_save_handler_class_016.phpt50 if (filemtime($filename) + $maxlifetime < time()) {
H A Dsession_set_save_handler_class_017.phpt50 if (filemtime($filename) + $maxlifetime < time()) {

Completed in 40 milliseconds

1...<<11121314151617181920>>...30