Searched refs:PHPDBG_ATTRIBUTE_FORMAT (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_out.h | 37 # define PHPDBG_ATTRIBUTE_FORMAT(type, idx, first) PHP_ATTRIBUTE_FORMAT(type, idx, first) macro 39 # define PHPDBG_ATTRIBUTE_FORMAT(type, idx, first) macro 42 …d, const char *tag, const char *xmlfmt, const char *strfmt, ...) PHPDBG_ATTRIBUTE_FORMAT(printf, 5… 43 PHPDBG_API int phpdbg_xml_internal(int fd, const char *fmt, ...) PHPDBG_ATTRIBUTE_FORMAT(printf, 2,… 44 PHPDBG_API int phpdbg_log_internal(int fd, const char *fmt, ...) PHPDBG_ATTRIBUTE_FORMAT(printf, 2,… 45 PHPDBG_API int phpdbg_out_internal(int fd, const char *fmt, ...) PHPDBG_ATTRIBUTE_FORMAT(printf, 2,… 46 PHPDBG_API int phpdbg_rlog_internal(int fd, const char *fmt, ...) PHPDBG_ATTRIBUTE_FORMAT(printf, 2…
|
Completed in 3 milliseconds