Searched defs:time (Results 1 – 11 of 11) sorted by relevance
/PHP-8.2/ext/date/lib/ |
H A D | tm2unixtime.c | 154 static void do_adjust_for_weekday(timelib_time* time) in do_adjust_for_weekday() 200 static void magic_date_calc(timelib_time *time) in magic_date_calc() 226 void timelib_do_normalize(timelib_time* time) in timelib_do_normalize() 243 static void do_adjust_relative(timelib_time* time) in do_adjust_relative() 275 static void do_adjust_special_weekday(timelib_time* time) in do_adjust_special_weekday() 325 static void do_adjust_special(timelib_time* time) in do_adjust_special() 338 static void do_adjust_special_early(timelib_time* time) in do_adjust_special_early() 453 timelib_sll timelib_epoch_days_from_time(timelib_time *time) in timelib_epoch_days_from_time() 467 void timelib_update_ts(timelib_time* time, timelib_tzinfo* tzi) in timelib_update_ts()
|
H A D | parse_date.c | 142 timelib_time *time; member 24940 static void timelib_time_reset_fields(timelib_time *time) in timelib_time_reset_fields() 24952 static void timelib_time_reset_unset_fields(timelib_time *time) in timelib_time_reset_unset_fields() 25594 timelib_time time = timelib_strtotime("May 12"); in main() local
|
/PHP-8.2/ext/hash/ |
H A D | bench.php | 7 $time = array(); variable
|
/PHP-8.2/win32/ |
H A D | getrusage.c | 29 ULARGE_INTEGER time; in usage_to_timeval() local
|
/PHP-8.2/Zend/ |
H A D | zend_virtual_cwd.h | 276 #define VCWD_UTIME(path, time) virtual_utime(path, time) argument 328 # define VCWD_UTIME(path, time) win32_utime(path, time) argument 330 # define VCWD_UTIME(path, time) utime(path, time) argument
|
/PHP-8.2/ext/date/ |
H A D | php_date.h | 42 timelib_time *time; member
|
H A D | php_date.c | 1348 PHP_FUNCTION(time) in PHP_FUNCTION() argument 2346 static void php_date_set_time_fraction(timelib_time *time, int microseconds) in php_date_set_time_fraction() 4342 timelib_time *time; in php_date_interval_initialize_from_hash() local 4565 timelib_time *time; in PHP_FUNCTION() local 5073 zend_long time, retformat = SUNFUNCS_RET_STRING; in php_do_date_sunrise_sunset() local 5180 zend_long time; in PHP_FUNCTION() local
|
H A D | php_date.stub.php | 133 function time(): int {} function
|
/PHP-8.2/Zend/Optimizer/ |
H A D | zend_cfg.c | 776 int time; in zend_cfg_identify_loops() local
|
/PHP-8.2/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-8.2/ext/soap/ |
H A D | php_sdl.c | 3130 time_t time; member
|
Completed in 101 milliseconds