php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
#define | STR(x) |
#define | EXP_STR(x) |
Functions | |
void | phpdbg_set_sigsafe_mem (char *buffer) |
zend_mm_heap * | phpdbg_original_heap_sigsafe_mem (void) |
void | phpdbg_clear_sigsafe_mem (void) |
bool | phpdbg_active_sigsafe_mem (void) |
#define EXP_STR | ( | x | ) |
Definition at line 7 of file phpdbg_sigsafe.c.
#define STR | ( | x | ) |
Definition at line 6 of file phpdbg_sigsafe.c.
bool phpdbg_active_sigsafe_mem | ( | void | ) |
Definition at line 56 of file phpdbg_sigsafe.c.
Definition at line 51 of file phpdbg_sigsafe.c.
zend_mm_heap * phpdbg_original_heap_sigsafe_mem | ( | void | ) |
Definition at line 47 of file phpdbg_sigsafe.c.
void phpdbg_set_sigsafe_mem | ( | char * | buffer | ) |
Definition at line 30 of file phpdbg_sigsafe.c.