Searched defs:time (Results 1 – 14 of 14) sorted by relevance
/php-src/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-src/ext/hash/ |
H A D | bench.php | 7 $time = array(); variable
|
/php-src/win32/ |
H A D | getrusage.c | 29 ULARGE_INTEGER time; in usage_to_timeval() local
|
/php-src/ext/phar/ |
H A D | zip.c | 49 phar_zip_unix_time time; in phar_zip_process_extra() member 176 static void phar_zip_u2d_time(time_t time, char *dtime, char *ddate) /* {{{ */ in phar_zip_u2d_time()
|
H A D | pharzip.h | 153 char time[4]; /* time in standard Unix format 4 bytes */ member
|
/php-src/Zend/ |
H A D | zend_virtual_cwd.h | 288 #define VCWD_UTIME(path, time) virtual_utime(path, time) argument 340 # define VCWD_UTIME(path, time) win32_utime(path, time) argument 342 # define VCWD_UTIME(path, time) utime(path, time) argument
|
/php-src/ext/pdo_firebird/ |
H A D | firebird_statement.c | 88 ISC_TIME time; in get_formatted_time_tz() local 568 ISC_TIME_TZ time = php_get_isc_time_tz_from_sqldata(var->sqldata); in pdo_firebird_stmt_get_col() local
|
/php-src/ext/date/ |
H A D | php_date.h | 59 timelib_time *time; member
|
H A D | php_date.c | 1375 PHP_FUNCTION(time) in PHP_FUNCTION() argument 2347 static void php_date_set_time_fraction(timelib_time *time, int microsecond) in php_date_set_time_fraction() 4619 timelib_time *time; in php_date_interval_initialize_from_hash() local 4850 static void date_interval_instantiate_from_time(zval *return_value, timelib_time *time, zend_string… in date_interval_instantiate_from_time() 4867 timelib_time *time; in PHP_FUNCTION() local 4901 timelib_time *time; in PHP_METHOD() local 5449 zend_long time, retformat = SUNFUNCS_RET_STRING; in php_do_date_sunrise_sunset() local 5556 zend_long time; in PHP_FUNCTION() local
|
H A D | php_date.stub.php | 136 function time(): int {} function
|
/php-src/Zend/Optimizer/ |
H A D | zend_cfg.c | 777 int time; in zend_cfg_identify_loops() local
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_cfg.c | 880 uint32_t *entry_times, *exit_times, *sorted_blocks, time = 1; in ir_find_loops() local
|
/php-src/ext/soap/ |
H A D | php_sdl.c | 3096 time_t time; member
|
Completed in 83 milliseconds