Searched defs:time (Results 1 – 13 of 13) sorted by relevance
/PHP-7.3/ext/date/lib/ |
H A D | tm2unixtime.c | 149 static void do_adjust_for_weekday(timelib_time* time) in do_adjust_for_weekday() 197 static void magic_date_calc(timelib_time *time) in magic_date_calc() 223 void timelib_do_normalize(timelib_time* time) in timelib_do_normalize() 240 static void do_adjust_relative(timelib_time* time) in do_adjust_relative() 272 static void do_adjust_special_weekday(timelib_time* time) in do_adjust_special_weekday() 322 static void do_adjust_special(timelib_time* time) in do_adjust_special() 335 static void do_adjust_special_early(timelib_time* time) in do_adjust_special_early() 494 void timelib_update_ts(timelib_time* time, timelib_tzinfo* tzi) in timelib_update_ts()
|
H A D | parse_date.c | 140 timelib_time *time; member 22230 static void timelib_time_reset_fields(timelib_time *time) in timelib_time_reset_fields() 22242 static void timelib_time_reset_unset_fields(timelib_time *time) in timelib_time_reset_unset_fields() 22813 timelib_time time = timelib_strtotime("May 12"); in main() local
|
/PHP-7.3/ext/hash/ |
H A D | bench.php | 75 $time = array(); variable
|
/PHP-7.3/win32/ |
H A D | getrusage.c | 31 ULARGE_INTEGER time; in usage_to_timeval() local
|
/PHP-7.3/Zend/ |
H A D | zend_virtual_cwd.h | 255 #define VCWD_UTIME(path, time) virtual_utime(path, time) argument 307 # define VCWD_UTIME(path, time) win32_utime(path, time) argument 309 # define VCWD_UTIME(path, time) utime(path, time) argument
|
/PHP-7.3/ext/date/ |
H A D | php_date.h | 137 timelib_time *time; member
|
H A D | php_date.c | 1790 PHP_FUNCTION(time) in PHP_FUNCTION() argument 2633 static void php_date_set_time_fraction(timelib_time *time, int microseconds) in php_date_set_time_fraction() 4460 timelib_time *time; in PHP_FUNCTION() local 4943 zend_long time, retformat = 0; in php_do_date_sunrise_sunset() local 5048 zend_long time; in PHP_FUNCTION() local
|
/PHP-7.3/ext/opcache/Optimizer/ |
H A D | zend_cfg.c | 809 int time; in zend_cfg_identify_loops() local
|
/PHP-7.3/ext/xmlrpc/libxmlrpc/ |
H A D | xmlrpc.c | 1541 void XMLRPC_SetValueDateTime(XMLRPC_VALUE value, time_t time) { in XMLRPC_SetValueDateTime() 1687 XMLRPC_VALUE XMLRPC_CreateValueDateTime(const char* id, time_t time) { in XMLRPC_CreateValueDateTime()
|
H A D | xmlrpc.h | 430 #define XMLRPC_VectorAppendDateTime(vector, id, time) XMLRPC_AddValueToVector(vector, XMLRPC_Create… argument
|
/PHP-7.3/ext/phar/ |
H A D | zip.c | 144 static void phar_zip_u2d_time(time_t time, char *dtime, char *ddate) /* {{{ */ in phar_zip_u2d_time()
|
/PHP-7.3/ |
H A D | run-tests.php | 2821 function junit_mark_test_as($type, $file_name, $test_name, $time = null, $message = '', $details = …
|
/PHP-7.3/ext/soap/ |
H A D | php_sdl.c | 3108 time_t time; member
|
Completed in 92 milliseconds