Property proxy API
A facility to manage extension object properties tied to C-struct members
|
Go to the source code of this file.
Macros | |
#define | phpext_propro_ptr &propro_module_entry |
#define | PHP_PROPRO_VERSION "2.0.0dev" |
#define | PHP_PROPRO_API extern |
#define | PHP_PROPRO_PTR(zo) (void*)(((char*)(zo))-(zo)->handlers->offset) |
Variables | |
zend_module_entry | propro_module_entry |
#define PHP_PROPRO_API extern |
#define PHP_PROPRO_PTR | ( | zo | ) | (void*)(((char*)(zo))-(zo)->handlers->offset) |
#define PHP_PROPRO_VERSION "2.0.0dev" |
Referenced by PHP_MINFO_FUNCTION().
#define phpext_propro_ptr &propro_module_entry |
zend_module_entry propro_module_entry |