|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
| #define | PHPDBG_DEBUG 0 |
| #define | phpdbg_error(strfmt, ...) |
| #define | phpdbg_notice(strfmt, ...) |
| #define | phpdbg_writeln(strfmt, ...) |
| #define | phpdbg_write(strfmt, ...) |
| #define | phpdbg_log(fmt, ...) |
| #define | phpdbg_out(fmt, ...) |
| #define | phpdbg_script(type, strfmt, ...) |
| #define | phpdbg_asprintf(buf, ...) |
| #define | phpdbg_debug(strfmt, ...) |
| #define | SEPARATE "------------------------------------------------" /* }}} */ |
Enumerations | |
| enum | { P_ERROR = 1 , P_NOTICE , P_WRITELN , P_WRITE , P_STDOUT , P_STDERR , P_LOG } |
Functions | |
| PHPDBG_API int | phpdbg_print (int severity, int fd, const char *strfmt,...) PHP_ATTRIBUTE_FORMAT(printf |
| PHPDBG_API int PHPDBG_API int | phpdbg_log_internal (int fd, const char *fmt,...) PHP_ATTRIBUTE_FORMAT(printf |
| PHPDBG_API int PHPDBG_API int PHPDBG_API int | phpdbg_out_internal (int fd, const char *fmt,...) PHP_ATTRIBUTE_FORMAT(printf |
| PHPDBG_API int | _phpdbg_asprintf (char **buf, const char *format,...) |
| PHPDBG_API void | phpdbg_free_err_buf (void) |
| PHPDBG_API void | phpdbg_activate_err_buf (bool active) |
| PHPDBG_API int | phpdbg_output_err_buf (const char *strfmt,...) |
| int | phpdbg_process_print (int fd, int type, const char *msg, int msglen) |
Definition at line 53 of file phpdbg_out.h.
| #define PHPDBG_DEBUG 0 |
Definition at line 23 of file phpdbg_out.h.
| #define phpdbg_debug | ( | strfmt, | |
| ... ) |
Definition at line 59 of file phpdbg_out.h.
| #define phpdbg_error | ( | strfmt, | |
| ... ) |
Definition at line 43 of file phpdbg_out.h.
| #define phpdbg_log | ( | fmt, | |
| ... ) |
Definition at line 48 of file phpdbg_out.h.
| #define phpdbg_notice | ( | strfmt, | |
| ... ) |
Definition at line 44 of file phpdbg_out.h.
| #define phpdbg_out | ( | fmt, | |
| ... ) |
Definition at line 49 of file phpdbg_out.h.
Definition at line 51 of file phpdbg_out.h.
| #define phpdbg_write | ( | strfmt, | |
| ... ) |
Definition at line 46 of file phpdbg_out.h.
| #define phpdbg_writeln | ( | strfmt, | |
| ... ) |
Definition at line 45 of file phpdbg_out.h.
| #define SEPARATE "------------------------------------------------" /* }}} */ |
Definition at line 70 of file phpdbg_out.h.
| anonymous enum |
Error/notice/formatting helpers
| Enumerator | |
|---|---|
| P_ERROR | |
| P_NOTICE | |
| P_WRITELN | |
| P_WRITE | |
| P_STDOUT | |
| P_STDERR | |
| P_LOG | |
Definition at line 29 of file phpdbg_out.h.
| PHPDBG_API int _phpdbg_asprintf | ( | char ** | buf, |
| const char * | format, | ||
| ... ) |
Definition at line 32 of file phpdbg_out.c.
| PHPDBG_API void phpdbg_activate_err_buf | ( | bool | active | ) |
Definition at line 169 of file phpdbg_out.c.
| PHPDBG_API void phpdbg_free_err_buf | ( | void | ) |
Definition at line 159 of file phpdbg_out.c.
| PHPDBG_API int PHPDBG_API int phpdbg_log_internal | ( | int | fd, |
| const char * | fmt, | ||
| ... ) |
| PHPDBG_API int PHPDBG_API int PHPDBG_API int phpdbg_out_internal | ( | int | fd, |
| const char * | fmt, | ||
| ... ) |
| PHPDBG_API int phpdbg_output_err_buf | ( | const char * | strfmt, |
| ... ) |
Definition at line 173 of file phpdbg_out.c.
| PHPDBG_API int phpdbg_print | ( | int | severity, |
| int | fd, | ||
| const char * | strfmt, | ||
| ... ) |
| int phpdbg_process_print | ( | int | fd, |
| int | type, | ||
| const char * | msg, | ||
| int | msglen ) |
Definition at line 43 of file phpdbg_out.c.