Searched defs:time (Results 1 – 12 of 12) sorted by relevance
/PHP-5.3/ext/date/lib/ |
H A D | tm2unixtime.c | 145 static void do_adjust_for_weekday(timelib_time* time) in do_adjust_for_weekday() 182 void timelib_do_normalize(timelib_time* time) in timelib_do_normalize() 193 static void do_adjust_relative(timelib_time* time) in do_adjust_relative() 221 static void do_adjust_special_weekday(timelib_time* time) in do_adjust_special_weekday() 274 static void do_adjust_special(timelib_time* time) in do_adjust_special() 287 static void do_adjust_special_early(timelib_time* time) in do_adjust_special_early() 430 void timelib_update_ts(timelib_time* time, timelib_tzinfo* tzi) in timelib_update_ts()
|
H A D | parse_date.c | 157 struct timelib_time *time; member 24861 static void timelib_time_reset_fields(timelib_time *time) in timelib_time_reset_fields() 24873 static void timelib_time_reset_unset_fields(timelib_time *time) in timelib_time_reset_unset_fields() 25275 timelib_time time = timelib_strtotime("May 12"); in main() local
|
/PHP-5.3/ext/hash/ |
H A D | bench.php | 76 $time = array(); variable
|
/PHP-5.3/TSRM/ |
H A D | tsrm_virtual_cwd.h | 278 #define VCWD_UTIME(path, time) virtual_utime(path, time TSRMLS_CC) argument 322 # define VCWD_UTIME(path, time) win32_utime(path, time) argument 324 # define VCWD_UTIME(path, time) utime(path, time) argument
|
/PHP-5.3/ext/date/ |
H A D | php_date.h | 116 timelib_time *time; member
|
H A D | php_date.c | 1705 PHP_FUNCTION(time) in PHP_FUNCTION() argument 3771 timelib_time *time; in PHP_FUNCTION() local 4128 long time, retformat = 0; in php_do_date_sunrise_sunset() local 4227 long time; in PHP_FUNCTION() local
|
/PHP-5.3/ext/zip/lib/ |
H A D | zip_dirent.c | 609 _zip_u2d_time(time_t time, unsigned short *dtime, unsigned short *ddate) in _zip_u2d_time()
|
/PHP-5.3/ext/xmlrpc/libxmlrpc/ |
H A D | xmlrpc.c | 1537 void XMLRPC_SetValueDateTime(XMLRPC_VALUE value, time_t time) { in XMLRPC_SetValueDateTime() 1683 XMLRPC_VALUE XMLRPC_CreateValueDateTime(const char* id, time_t time) { in XMLRPC_CreateValueDateTime()
|
H A D | xmlrpc.h | 429 #define XMLRPC_VectorAppendDateTime(vector, id, time) XMLRPC_AddValueToVector(vector, XMLRPC_Create… argument
|
/PHP-5.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-5.3/ |
H A D | run-tests.php | 2664 function junit_mark_test_as($type, $file_name, $test_name, $time = null, $message = '', $details = …
|
/PHP-5.3/ext/soap/ |
H A D | php_sdl.c | 3146 time_t time; member
|
Completed in 92 milliseconds