php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "winbase.h"
#include "windows.h"
#include "excpt.h"
Go to the source code of this file.
Macros | |
#define | PROT_READ 1 |
#define | PROT_WRITE 2 |
Functions | |
int | mprotect (void *addr, size_t size, int protection) |
void | phpdbg_win_set_mm_heap (zend_mm_heap *heap) |
int | phpdbg_exception_handler_win32 (EXCEPTION_POINTERS *xp) |
#define PROT_READ 1 |
Definition at line 26 of file phpdbg_win.h.
#define PROT_WRITE 2 |
Definition at line 27 of file phpdbg_win.h.
int mprotect | ( | void * | addr, |
size_t | size, | ||
int | protection ) |
Definition at line 22 of file phpdbg_win.c.
int phpdbg_exception_handler_win32 | ( | EXCEPTION_POINTERS * | xp | ) |
Definition at line 27 of file phpdbg_win.c.
void phpdbg_win_set_mm_heap | ( | zend_mm_heap * | heap | ) |