Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A Dphp_reentrancy.h63 PHPAPI struct tm *php_localtime_r(const time_t *const timep, struct tm *p_tm);
65 #define php_localtime_r localtime_r
H A Dreentrancy.c84 PHPAPI struct tm *php_localtime_r(const time_t *const timep, struct tm *p_tm) in php_localtime_r() function
176 PHPAPI struct tm *php_localtime_r(const time_t *const timep, struct tm *p_tm) in php_localtime_r() function
H A Dmain.c1348 ta = php_localtime_r(&curtime, &tmbuf); in php_message_handler_for_zend()
/PHP-5.3/ext/calendar/
H A Dcal_unix.c44 if (!(ta = php_localtime_r(&ts, &tmbuf))) { in PHP_FUNCTION()
H A Deaster.c41 res = php_localtime_r(&a, &b); in _cal_easter()
/PHP-5.3/ext/calendar/tests/
H A Dunixtojd.phpt29 // unixtojd() calls php_localtime_r() which for Pacific timezone systems, returns a time -8 hours
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Ddate.c422 pTm = php_localtime_r(&t, &tmbuf); in localtimeOffset()
/PHP-5.3/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-5.3/ext/standard/
H A Dinfo.c1313 ta = php_localtime_r(&the_time, &tmbuf); in php_logo_guid()
/PHP-5.3/ext/soap/
H A Dphp_encoding.c3023 ta = php_localtime_r(&timestamp, &tmbuf); in to_xml_datetime_ex()
/PHP-5.3/ext/date/
H A Dphp_date.c900 ta = php_localtime_r(&the_time, &tmbuf); in guess_timezone()

Completed in 46 milliseconds