Searched refs:php_asctime_r (Results 1 – 7 of 7) sorted by relevance
85 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf);87 #define php_asctime_r asctime_r macro
68 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r() function98 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r() function215 PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) in php_asctime_r() function
1455 datetime_str = php_asctime_r(ta, asctimebuf); in php_message_handler_for_zend()
52 # define asctime_r php_asctime_r
42 #define asctime_r php_asctime_r
324 php_asctime_r(&tm, buf); in php_cli_server_get_system_time()
1083 +#define asctime_r php_asctime_r2760 +# define asctime_r php_asctime_r
Completed in 73 milliseconds