php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "zend.h"
#include "php.h"
#include "spprintf.h"
#include "phpdbg.h"
#include "phpdbg_io.h"
#include "ext/standard/html.h"
Go to the source code of this file.
Functions | |
PHPDBG_API int | _phpdbg_asprintf (char **buf, const char *format,...) |
int | phpdbg_process_print (int fd, int type, const char *msg, int msglen) |
PHPDBG_API int | phpdbg_vprint (int type, int fd, const char *strfmt, va_list args) |
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,...) |
PHPDBG_API int | phpdbg_print (int type, int fd, const char *strfmt,...) |
PHPDBG_API int | phpdbg_log_internal (int fd, const char *fmt,...) |
PHPDBG_API int | phpdbg_out_internal (int fd, const char *fmt,...) |
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_log_internal | ( | int | fd, |
const char * | fmt, | ||
... ) |
Definition at line 209 of file phpdbg_out.c.
PHPDBG_API int phpdbg_out_internal | ( | int | fd, |
const char * | fmt, | ||
... ) |
Definition at line 225 of file phpdbg_out.c.
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 | type, |
int | fd, | ||
const char * | strfmt, | ||
... ) |
Definition at line 194 of file phpdbg_out.c.
int phpdbg_process_print | ( | int | fd, |
int | type, | ||
const char * | msg, | ||
int | msglen ) |
Definition at line 43 of file phpdbg_out.c.
PHPDBG_API int phpdbg_vprint | ( | int | type, |
int | fd, | ||
const char * | strfmt, | ||
va_list | args ) |
Definition at line 123 of file phpdbg_out.c.