Searched refs:php_asctime_r (Results 1 – 7 of 7) sorted by relevance
83 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf);85 #define php_asctime_r asctime_r macro
66 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r() function96 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r() function204 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r() function
1715 datetime_str = php_asctime_r(ta, asctimebuf); in php_message_handler_for_zend()
257 pp = php_asctime_r(tm, buf); in file_fmttime()
40 #define asctime_r php_asctime_r
261 php_asctime_r(&tm, buf); in php_cli_server_get_system_time()
1654 +#define asctime_r php_asctime_r3756 + pp = php_asctime_r(tm, buf);
Completed in 35 milliseconds