Home
last modified time | relevance | path

Searched refs:phpdbg_rlog (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_out.h66 #define phpdbg_rlog(fd, fmt, ...) phpdbg_rlog_internal(fd, fmt, ##__VA_ARGS__) macro
H A Dphpdbg.c1135 phpdbg_rlog(fileno(stderr), "Initializing connection on %s:%u failed", address, port); in phpdbg_remote_init()
1140 phpdbg_rlog(fileno(stderr), "accepting connections on %s:%u", address, port); in phpdbg_remote_init()
1150 phpdbg_rlog(fileno(stderr), "connection established from %s", buffer); in phpdbg_remote_init()

Completed in 14 milliseconds