Searched refs:php_localtime_r (Results 1 – 12 of 12) sorted by relevance
/PHP-7.3/main/ |
H A D | php_reentrancy.h | 61 PHPAPI struct tm *php_localtime_r(const time_t *const timep, struct tm *p_tm); 63 #define php_localtime_r localtime_r
|
H A D | reentrancy.c | 82 PHPAPI struct tm *php_localtime_r(const time_t *const timep, struct tm *p_tm) in php_localtime_r() function 162 PHPAPI struct tm *php_localtime_r(const time_t *const timep, struct tm *p_tm) in php_localtime_r() function
|
H A D | main.c | 1714 ta = php_localtime_r(&curtime, &tmbuf); in php_message_handler_for_zend()
|
/PHP-7.3/ext/calendar/ |
H A D | cal_unix.c | 48 if (!(ta = php_localtime_r(&ts, &tmbuf))) { in PHP_FUNCTION()
|
H A D | easter.c | 40 res = php_localtime_r(&a, &b); in _cal_easter()
|
/PHP-7.3/ext/calendar/tests/ |
H A D | unixtojd.phpt | 29 // unixtojd() calls php_localtime_r() which for Pacific timezone systems, returns a time -8 hours
|
/PHP-7.3/ext/fileinfo/libmagic/ |
H A D | print.c | 251 tm = php_localtime_r(&t, &tmz); in file_fmttime()
|
/PHP-7.3/ext/standard/ |
H A D | info.c | 807 ta = php_localtime_r(&the_time, &tmbuf); in php_print_info()
|
/PHP-7.3/ext/phar/ |
H A D | zip.c | 130 tm = php_localtime_r(&now, &tmbuf); in phar_zip_d2u_time() 149 tm = php_localtime_r(&time, &tmbuf); in phar_zip_u2d_time()
|
/PHP-7.3/sapi/cli/ |
H A D | php_cli_server.c | 260 php_localtime_r(&tv.tv_sec, &tm); in php_cli_server_get_system_time()
|
/PHP-7.3/ext/soap/ |
H A D | php_encoding.c | 2885 ta = php_localtime_r(×tamp, &tmbuf); in to_xml_datetime_ex()
|
/PHP-7.3/ext/fileinfo/ |
H A D | libmagic.patch | 3748 + tm = php_localtime_r(&t, &tmz);
|
Completed in 74 milliseconds