php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
phpdbg_out.c File Reference
#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,...)
 

Function Documentation

◆ _phpdbg_asprintf()

PHPDBG_API int _phpdbg_asprintf ( char ** buf,
const char * format,
... )

Definition at line 32 of file phpdbg_out.c.

◆ phpdbg_activate_err_buf()

PHPDBG_API void phpdbg_activate_err_buf ( bool active)

Definition at line 169 of file phpdbg_out.c.

◆ phpdbg_free_err_buf()

PHPDBG_API void phpdbg_free_err_buf ( void )

Definition at line 159 of file phpdbg_out.c.

◆ phpdbg_log_internal()

PHPDBG_API int phpdbg_log_internal ( int fd,
const char * fmt,
... )

Definition at line 209 of file phpdbg_out.c.

◆ phpdbg_out_internal()

PHPDBG_API int phpdbg_out_internal ( int fd,
const char * fmt,
... )

Definition at line 225 of file phpdbg_out.c.

◆ phpdbg_output_err_buf()

PHPDBG_API int phpdbg_output_err_buf ( const char * strfmt,
... )

Definition at line 173 of file phpdbg_out.c.

◆ phpdbg_print()

PHPDBG_API int phpdbg_print ( int type,
int fd,
const char * strfmt,
... )

Definition at line 194 of file phpdbg_out.c.

◆ phpdbg_process_print()

int phpdbg_process_print ( int fd,
int type,
const char * msg,
int msglen )

Definition at line 43 of file phpdbg_out.c.

◆ phpdbg_vprint()

PHPDBG_API int phpdbg_vprint ( int type,
int fd,
const char * strfmt,
va_list args )

Definition at line 123 of file phpdbg_out.c.