Home
last modified time | relevance | path

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

1...<<212223

/php-src/
H A DREADME.REDIST.BINS38 included in the distribution is a just-in-time compiler that can be used to
616 The OpenLDAP Foundation may revise this license from time to time.
H A DCONTRIBUTING.md38 supported). For example, at the time of writing, the lowest supported version is
65 If this is the first time you've filed a bug, we suggest reading the
H A DCODING_STANDARDS.md61 not raise a run-time error about the function not existing. End users should
/php-src/build/
H A Dlibtool.m4309 # non-empty at configure time, or by adding -multi_module to the
1420 # and later when we are not doing run time linking.
2970 # Test if we are trying to use run time linking or normal
3062 # Warning - without using the other run time loading flags,
4444 # restored at relink time.
4450 # Compile-time system search path for libraries
4453 # Run-time system search path for libraries
5383 # FIXME: the MSVC++ port hasn't been tested in a loooong time
5648 # On IA64, the linker does run time linking by default, so we don't
5663 # Test if we are trying to use run time linking or normal
[all …]
/php-src/ext/standard/
H A Dinfo.c785 the_time = time(NULL); in php_print_info()
H A Dftp_fopen_wrapper.c846 stamp = time(NULL); in php_stream_ftp_url_stat()
/php-src/ext/fileinfo/
H A Dlibmagic.patch983 #include <time.h>
1220 #include <sys/time.h>
1409 -#include <time.h>
2493 - * time of the file... And of course this will affect
2818 #include <time.h>
2931 #include <time.h>
/php-src/ext/date/
H A Dphp_date_arginfo.h528 ZEND_FUNCTION(time);
629 ZEND_FE(time, arginfo_time)
/php-src/main/
H A DSAPI.c1095 SG(global_request_time) = (double)time(0); in sapi_get_request_time()
H A Dmain.c893 time(&error_time); in php_log_err_with_severity()
1756 time(&curtime); in php_message_handler_for_zend()
/php-src/win32/build/
H A Dconfig.w32309 registry.c select.c sendmail.c time.c winutil.c wsyslog.c globals.c \
/php-src/ext/opcache/
H A DZendAccelerator.c191 # define zend_accel_get_time() time(NULL)
869 ZCSG(force_restart_time) = time(NULL); /* restore forced restart request */ in kill_all_lockers()
922 && time(NULL) >= ZCSG(force_restart_time)) { in accel_is_inactive()
923 …ed restart at %ld (after " ZEND_LONG_FMT " seconds), locked by %d", (long)time(NULL), ZCG(accel_di… in accel_is_inactive()
/php-src/ext/phar/
H A Dstream.c474 data->internal_file->timestamp = time(0); in phar_stream_flush()
H A Dtar.c971 entry.timestamp = time(NULL); in phar_tar_flush()
H A Dutil.c704 etemp.timestamp = time(0); in phar_get_or_create_entry_data()
H A Dphar.c2962 mytime = time(NULL); in phar_flush_ex()
/php-src/docs-old/
H A Dstreams.md9 case sockets and files every time you need to work with a "user-level" PHP file
/php-src/Zend/
H A Dzend_virtual_cwd.c580 *t = time(0); in tsrm_realpath_r()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます3936 # time stamp
15988 # empty build time
18557 # time
28474 # time stamp for file
28475 #>12 uleshort x \b, time %#x
31134 # or Unix/POSIX time + 2082844800.
37006 # universal real time (MIDI time code, MIDI Machine control, etc.)
37529 >20 belong 1 \b, 1 gmt time flag
37532 >24 belong 1 \b, 1 std time flag
38960 # time stamp, in seconds
[all …]
H A Dmagic3936 # time stamp
15988 # empty build time
18557 # time
28474 # time stamp for file
28475 #>12 uleshort x \b, time %#x
31134 # or Unix/POSIX time + 2082844800.
37006 # universal real time (MIDI time code, MIDI Machine control, etc.)
37529 >20 belong 1 \b, 1 gmt time flag
37532 >24 belong 1 \b, 1 std time flag
38960 # time stamp, in seconds
[all …]
/php-src/ext/ftp/
H A Dftp.c1201 stamp = time(NULL); in ftp_mdtm()
/php-src/.github/workflows/
H A Dnightly.yml30 # The cache key needs to change every time for the
/php-src/sapi/cli/
H A Dphp_cli_server.c260 err = ctime_s(buf, 52, &(system_time.time) ); in php_cli_server_get_system_time()
/php-src/ext/session/
H A Dsession.c3292 …oc_long_ex(&progress->current_file, "start_time", sizeof("start_time") - 1, (zend_long)time(NULL)); in php_session_rfc1867_callback()
/php-src/ext/pgsql/
H A Dpgsql.c465 time_t cur = time(NULL); in PQsocketPoll()

Completed in 392 milliseconds

1...<<212223