|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
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 |
Definition at line 34 of file php_dl_test.h.
| #define PHP_DL_TEST_VERSION PHP_VERSION |
Definition at line 23 of file php_dl_test.h.
| #define phpext_dl_test_ptr &dl_test_module_entry |
Definition at line 21 of file php_dl_test.h.
| ZEND_END_MODULE_GLOBALS | ( | dl_test | ) |
|
extern |
| zend_long long_value |
Definition at line 30 of file php_dl_test.h.
| char* string_value |
Definition at line 31 of file php_dl_test.h.