php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
globals.c File Reference
#include "php.h"
#include "php_win32_globals.h"
#include "syslog.h"
#include "signal.h"

Go to the source code of this file.

Functions

void php_win32_core_globals_ctor (void *vg)
 
void php_win32_core_globals_dtor (void *vg)
 
 PHP_RSHUTDOWN_FUNCTION (win32_core_globals)
 

Variables

php_win32_core_globals the_php_win32_core_globals
 

Function Documentation

◆ PHP_RSHUTDOWN_FUNCTION()

PHP_RSHUTDOWN_FUNCTION ( win32_core_globals )

Definition at line 63 of file globals.c.

◆ php_win32_core_globals_ctor()

void php_win32_core_globals_ctor ( void * vg)

Definition at line 28 of file globals.c.

◆ php_win32_core_globals_dtor()

void php_win32_core_globals_dtor ( void * vg)

Definition at line 38 of file globals.c.

Variable Documentation

◆ the_php_win32_core_globals

php_win32_core_globals the_php_win32_core_globals

Definition at line 25 of file globals.c.