Searched refs:phpdbg_rlog_internal (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_out.h | 41 PHPDBG_API int phpdbg_rlog_internal(int fd, const char *fmt, ...) PHP_ATTRIBUTE_FORMAT(printf, 2, 3… 61 #define phpdbg_rlog(fd, fmt, ...) phpdbg_rlog_internal(fd, fmt, ##__VA_ARGS__)
|
H A D | phpdbg_out.c | 1289 PHPDBG_API int phpdbg_rlog_internal(int fd, const char *fmt, ...) { /* {{{ */ in phpdbg_rlog_internal() function
|
Completed in 8 milliseconds