Home
last modified time | relevance | path

Searched refs:php_localtime_r (Results 1 – 12 of 12) sorted by relevance

/PHP-7.4/main/
H A Dphp_reentrancy.h54 PHPAPI struct tm *php_localtime_r(const time_t *const timep, struct tm *p_tm);
56 #define php_localtime_r localtime_r
H A Dreentrancy.c82 PHPAPI struct tm *php_localtime_r(const time_t *const timep, struct tm *p_tm) in php_localtime_r() function
114 PHPAPI struct tm *php_localtime_r(const time_t *const timep, struct tm *p_tm) in php_localtime_r() function
H A Dmain.c1764 ta = php_localtime_r(&curtime, &tmbuf); in php_message_handler_for_zend()
/PHP-7.4/ext/calendar/
H A Dcal_unix.c48 if (!(ta = php_localtime_r(&ts, &tmbuf))) { in PHP_FUNCTION()
H A Deaster.c40 res = php_localtime_r(&a, &b); in _cal_easter()
/PHP-7.4/ext/calendar/tests/
H A Dunixtojd.phpt29 // unixtojd() calls php_localtime_r() which for Pacific timezone systems, returns a time -8 hours
/PHP-7.4/ext/fileinfo/libmagic/
H A Dprint.c253 tm = php_localtime_r(&t, &tmz); in file_fmttime()
/PHP-7.4/ext/standard/
H A Dinfo.c788 ta = php_localtime_r(&the_time, &tmbuf); in php_print_info()
/PHP-7.4/ext/phar/
H A Dzip.c130 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.4/sapi/cli/
H A Dphp_cli_server.c267 php_localtime_r(&tv.tv_sec, &tm); in php_cli_server_get_system_time()
/PHP-7.4/ext/soap/
H A Dphp_encoding.c2852 ta = php_localtime_r(&timestamp, &tmbuf); in to_xml_datetime_ex()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch3127 + tm = php_localtime_r(&t, &tmz);

Completed in 49 milliseconds