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

Macro Definition Documentation

◆ PROT_READ

#define PROT_READ   1

Definition at line 26 of file phpdbg_win.h.

◆ PROT_WRITE

#define PROT_WRITE   2

Definition at line 27 of file phpdbg_win.h.

Function Documentation

◆ mprotect()

int mprotect ( void * addr,
size_t size,
int protection )

Definition at line 22 of file phpdbg_win.c.

◆ phpdbg_exception_handler_win32()

int phpdbg_exception_handler_win32 ( EXCEPTION_POINTERS * xp)

Definition at line 27 of file phpdbg_win.c.

◆ phpdbg_win_set_mm_heap()

void phpdbg_win_set_mm_heap ( zend_mm_heap * heap)