php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
phpdbg_win.c File Reference
#include "zend.h"
#include "phpdbg.h"

Go to the source code of this file.

Functions

int mprotect (void *addr, size_t size, int protection)
 
int phpdbg_exception_handler_win32 (EXCEPTION_POINTERS *xp)
 

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.