Home
last modified time | relevance | path

Searched defs:strfmt (Results 1 – 2 of 2) sorted by relevance

/PHP-8.4/sapi/phpdbg/
H A Dphpdbg_out.h43 #define phpdbg_error(strfmt, ...) phpdbg_print(P_ERROR , PHPDBG_G(io)[PHPDBG_STDOUT].… argument
44 #define phpdbg_notice(strfmt, ...) phpdbg_print(P_NOTICE , PHPDBG_G(io)[PHPDBG_STDOUT].… argument
45 #define phpdbg_writeln(strfmt, ...) phpdbg_print(P_WRITELN, PHPDBG_G(io)[PHPDBG_STDOUT].… argument
46 #define phpdbg_write(strfmt, ...) phpdbg_print(P_WRITE , PHPDBG_G(io)[PHPDBG_STDOUT].… argument
51 #define phpdbg_script(type, strfmt, ...) phpdbg_print(type, PHPDBG_G(io)[PHPDBG_STDOUT].… argument
57 # define phpdbg_debug(strfmt, ...) phpdbg_log_internal(PHPDBG_G(io)[PHPDBG_STDERR].fd, strfmt, ##__… argument
59 # define phpdbg_debug(strfmt, ...) argument
H A Dphpdbg_out.c123 PHPDBG_API int phpdbg_vprint(int type, int fd, const char *strfmt, va_list args) { in phpdbg_vprint()
173 PHPDBG_API int phpdbg_output_err_buf(const char *strfmt, ...) { in phpdbg_output_err_buf()
194 PHPDBG_API int phpdbg_print(int type, int fd, const char *strfmt, ...) { in phpdbg_print()

Completed in 10 milliseconds