Property proxy API
A facility to manage extension object properties tied to C-struct members
php_propro.h File Reference
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

#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

Variable Documentation

zend_module_entry propro_module_entry