Home
last modified time | relevance | path

Searched refs:time (Results 1 – 25 of 568) sorted by last modified time

12345678910>>...23

/PHP-7.4/
H A DNEWS581 . Fixed run-time binding of preloaded dynamically declared function. (Dmitry)
1110 time). (Nikita)
1396 instead of compile-time error. (Dmitry)
1416 . Fixed bug #69044 (discrepency between time and microtime). (krakjoe)
1545 . Fixed bug #78175 (Preloading segfaults at preload time and at runtime).
1911 . Fixed bug #69044 (discrepency between time and microtime). (krakjoe)
2666 from date/time column). (Victor Csiky)
2788 . Added hrtime() function, to get high resolution time. (welting)
2797 . Fixed bug #76755 (setcookie does not accept "double" type for expire time).
H A Dconfigure.ac260 dnl supports it. This can help reduce the binary size and startup time.
422 sys/time.h \
478 #include <sys/time.h>
552 AC_CHECK_MEMBERS([struct tm.tm_gmtoff],,,[#include <time.h>])
H A Drun-tests.php681 $start_time = time();
691 $end_time = time();
764 $start_time = time();
770 $end_time = time();
2461 $time = $hrtime[0] * 1000000000 + $hrtime[1] - $startTime;
2462 if ($time >= $slow_min_ms * 1000000) {
2468 'info' => $time / 1000000000,
3406 * @param int|string $time
3420 $time = $time ?? junit_get_timer($file_name);
3421 junit_suite_record($suite, 'execution_time', $time);
[all …]
/PHP-7.4/ext/phar/
H A Dphar.c2972 mytime = time(NULL); in phar_flush()
/PHP-7.4/ext/dba/tests/
H A Ddba_tcadb.phpt31 Failed to write "key number 6" 2nd time
32 Content 2 replaced 2nd time
38 string(27) "Content 2 replaced 2nd time"
48 Failed to write "key number 6" 2nd time
49 Content 2 replaced 2nd time
55 string(27) "Content 2 replaced 2nd time"
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_request.c70 now_epoch = time(NULL); in fpm_request_reading_headers()
H A Dfpm_scoreboard.c65 wp->scoreboard->start_epoch = time(NULL); in fpm_scoreboard_init_main()
276 proc->start_epoch = time(NULL); in fpm_scoreboard_child_use()
H A Dfpm_status.c79 now_epoch = time(NULL); in fpm_status_export_to_zval()
455 now_epoch = time(NULL); in fpm_status_handle_request()
/PHP-7.4/ext/date/
H A Dphp_date.c75 return time(NULL); in php_time()
2246 *new_obj->time = *old_obj->time; in date_object_clone_date()
2251 new_obj->time->tz_info = old_obj->time->tz_info; in date_object_clone_date()
2267 if (!o1->time || !o2->time) { in date_object_compare_date()
2272 timelib_update_ts(o1->time, o1->time->tz_info); in date_object_compare_date()
2275 timelib_update_ts(o2->time, o2->time->tz_info); in date_object_compare_date()
2278 return timelib_time_compare(o1->time, o2->time); in date_object_compare_date()
2940 new_obj->time = timelib_time_clone(old_obj->time); in PHP_METHOD()
2961 new_obj->time = timelib_time_clone(old_obj->time); in PHP_METHOD()
3527 timelib_unixtime2local(dateobj->time, dateobj->time->sse); in php_date_timezone_set()
[all …]
H A Dphp_date.h42 PHP_FUNCTION(time);
134 timelib_time *time; member
/PHP-7.4/main/
H A Dmain.c915 time(&error_time); in php_log_err_with_severity()
1763 time(&curtime); in php_message_handler_for_zend()
/PHP-7.4/sapi/fpm/tests/
H A Dstatus.inc25 'start time' => '\d+\/\w{3}\/\d{4}:\d{2}:\d{2}:\d{2}\s[+-]\d{4}',
87 if ($startTimeTimestamp && $fields['start time'][0] === '\\') {
88 $fields['start time'] = '\d+';
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1082 #include <time.h>
1416 #include <sys/time.h>
1693 -#include <time.h>
3078 #include <time.h>
3152 #include <time.h>
3262 #include <time.h>
/PHP-7.4/ext/date/lib/
H A Dparse_date.re95 #define TIMELIB_UNHAVE_TIME() { s->time->have_time = 0; s->time->h = 0; s->time->i = 0; s->time->s …
97 #define TIMELIB_UNHAVE_DATE() { s->time->have_date = 0; s->time->d = 0; s->time->m = 0; s->time->y …
1087 s->time->h = s->time->i = s->time->s = 0;
1114 s->time->h = s->time->i = s->time->s = 0;
1855 …in.time->y = in.time->d = in.time->m = in.time->h = in.time->i = in.time->s = in.time->us = in.tim…
1889 if (in.time->have_time && !timelib_valid_time( in.time->h, in.time->i, in.time->s)) {
1893 if (in.time->have_date && !timelib_valid_date( in.time->y, in.time->m, in.time->d)) {
1924 time->h = time->i = time->s = 0;
2246 s->time->h = s->time->i = s->time->s = 0;
2503 time.y, time.m, time.d, time.h, time.i, time.s, time.f, time.z, time.dst);
[all …]
H A Dparse_date.c97 #define TIMELIB_UNHAVE_TIME() { s->time->have_time = 0; s->time->h = 0; s->time->i = 0; s->time->s …
99 #define TIMELIB_UNHAVE_DATE() { s->time->have_date = 0; s->time->d = 0; s->time->m = 0; s->time->y …
21483 s->time->h = s->time->i = s->time->s = 0; in scan()
21538 s->time->h = s->time->i = s->time->s = 0; in scan()
24963 …in.time->y = in.time->d = in.time->m = in.time->h = in.time->i = in.time->s = in.time->us = in.tim… in timelib_strtotime()
24997 if (in.time->have_time && !timelib_valid_time( in.time->h, in.time->i, in.time->s)) { in timelib_strtotime()
25001 if (in.time->have_date && !timelib_valid_date( in.time->y, in.time->m, in.time->d)) { in timelib_strtotime()
25032 time->h = time->i = time->s = 0; in timelib_time_reset_fields()
25354 s->time->h = s->time->i = s->time->s = 0; in timelib_parse_from_format_with_map()
25611 time.y, time.m, time.d, time.h, time.i, time.s, time.f, time.z, time.dst); in main()
[all …]
/PHP-7.4/TSRM/
H A Dtsrm_win32.c276 t = time(0); in tsrm_win32_access()
680 shm->descriptor->shm_ctime = time(NULL); in shmget()
719 shm->descriptor->shm_atime = time(NULL); in shmat()
735 shm->descriptor->shm_dtime = time(NULL); in shmdt()
761 shm->descriptor->shm_ctime = time(NULL); in shmctl()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c159 # define zend_accel_get_time() time(NULL)
809 ZCSG(force_restart_time) = time(NULL); /* restore forced restart request */ in kill_all_lockers()
855 && time(NULL) >= ZCSG(force_restart_time)) { in accel_is_inactive()
856 …ed restart at %ld (after " ZEND_LONG_FMT " seconds), locked by %d", (long)time(NULL), ZCG(accel_di… in accel_is_inactive()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c2285 time(&start);
2625 time(&start);
2690 time(&end);
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c253 err = ctime_s(buf, 52, &(system_time.time) ); in php_cli_server_get_system_time()
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c588 *t = time(0); in tsrm_realpath_r()
/PHP-7.4/ext/standard/
H A Dinfo.c787 the_time = time(NULL); in php_print_info()
/PHP-7.4/ext/ftp/
H A Dftp.c1191 stamp = time(NULL); in ftp_mdtm()
/PHP-7.4/ext/session/
H A Dsession.c3275 …oc_long_ex(&progress->current_file, "start_time", sizeof("start_time") - 1, (zend_long)time(NULL)); in php_session_rfc1867_callback()
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c3171 curTime = time( NULL ); in lsapi_prefork_server_accept()
3389 time_t curTime = time( NULL ); in LSAPI_Postfork_Parent()
3444 curTime = time(NULL); in LSAPI_Accept_Before_Fork()
3577 s_worker_status->m_tmWaitBegin = time( NULL ); in LSAPI_Prefork_Accept_r()
3707 s_worker_status->m_tmLastCheckPoint = time(NULL); in LSAPI_Prefork_Accept_r()
/PHP-7.4/win32/
H A Dsendmail.c734 time_t tNow = time(NULL); in PostHeader()

Completed in 179 milliseconds

12345678910>>...23