php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_dl_test.h File Reference

Go to the source code of this file.

Macros

#define phpext_dl_test_ptr   &dl_test_module_entry
 
#define PHP_DL_TEST_VERSION   PHP_VERSION
 
#define DT_G(v)
 

Functions

 ZEND_END_MODULE_GLOBALS (dl_test)
 

Variables

zend_module_entry dl_test_module_entry
 
zend_long long_value
 
char * string_value
 

Macro Definition Documentation

◆ DT_G

#define DT_G ( v)
Value:
uint32_t v
Definition cdf.c:1237
#define ZEND_MODULE_GLOBALS_ACCESSOR(module_name, v)
Definition zend_API.h:274

Definition at line 34 of file php_dl_test.h.

◆ PHP_DL_TEST_VERSION

#define PHP_DL_TEST_VERSION   PHP_VERSION

Definition at line 23 of file php_dl_test.h.

◆ phpext_dl_test_ptr

#define phpext_dl_test_ptr   &dl_test_module_entry

Definition at line 21 of file php_dl_test.h.

Function Documentation

◆ ZEND_END_MODULE_GLOBALS()

ZEND_END_MODULE_GLOBALS ( dl_test )

Variable Documentation

◆ dl_test_module_entry

zend_module_entry dl_test_module_entry
extern

Definition at line 197 of file dl_test.c.

◆ long_value

zend_long long_value

Definition at line 30 of file php_dl_test.h.

◆ string_value

char* string_value

Definition at line 31 of file php_dl_test.h.