Home
last modified time | relevance | path

Searched refs:time (Results 551 – 568 of 568) sorted by relevance

1...<<212223

/PHP-7.4/ext/standard/
H A Dftp_fopen_wrapper.c859 stamp = time(NULL); in php_stream_ftp_url_stat()
H A Dbasic_functions.c1261 ZEND_ARG_INFO(0, time)
/PHP-7.4/main/
H A DSAPI.c1094 SG(global_request_time) = (double)time(0); in sapi_get_request_time()
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/
H A DCODING_STANDARDS.md63 not raise a run-time error about the function not existing. End users should
H A DUPGRADING414 a compile-time error in the future. Currently an error will only be
415 generated if/when the parent is accessed at run-time.
/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/ext/phar/
H A Dstream.c469 data->internal_file->timestamp = time(0); in phar_stream_flush()
H A Dtar.c980 entry.timestamp = time(NULL); in phar_tar_flush()
H A Dutil.c577 etemp.timestamp = time(0); in phar_get_or_create_entry_data()
H A Dphar.c2972 mytime = time(NULL); in phar_flush()
/PHP-7.4/docs/
H A Dstreams.md9 case sockets and files every time you need to work with a "user-level" PHP file
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c588 *t = time(0); in tsrm_realpath_r()
/PHP-7.4/ext/ftp/
H A Dftp.c1191 stamp = time(NULL); in ftp_mdtm()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます3243 # time stamp
13181 # empty build time
15413 # time
21762 # time stamp for file
21763 #>12 uleshort x \b, time 0x%x
23172 # or Unix/POSIX time + 2082844800.
27576 >20 belong 0 \b, no gmt time flags
27577 >20 belong 1 \b, 1 gmt time flag
27579 >24 belong 0 \b, no std time flags
27580 >20 belong 1 \b, 1 std time flag
[all …]
H A Dmagic3243 # time stamp
13181 # empty build time
15413 # time
21762 # time stamp for file
21763 #>12 uleshort x \b, time 0x%x
23172 # or Unix/POSIX time + 2082844800.
27576 >20 belong 0 \b, no gmt time flags
27577 >20 belong 1 \b, 1 gmt time flag
27579 >24 belong 0 \b, no std time flags
27580 >20 belong 1 \b, 1 std time flag
[all …]
/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/cli/
H A Dphp_cli_server.c253 err = ctime_s(buf, 52, &(system_time.time) ); in php_cli_server_get_system_time()

Completed in 209 milliseconds

1...<<212223