Home
last modified time | relevance | path

Searched refs:php_asctime_r (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/main/
H A Dphp_reentrancy.h85 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf);
87 #define php_asctime_r asctime_r macro
H A Dreentrancy.c68 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r() function
98 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r() function
215 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r() function
H A Dmain.c1349 datetime_str = php_asctime_r(ta, asctimebuf); in php_message_handler_for_zend()

Completed in 13 milliseconds