Skip to content

Instantly share code, notes, and snippets.

Created May 23, 2014 21:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/f6012ac6b59d5456c0e8 to your computer and use it in GitHub Desktop.
Save anonymous/f6012ac6b59d5456c0e8 to your computer and use it in GitHub Desktop.
typedef struct _zend_object {
zend_class_entry *ce;
HashTable *properties;
HashTable *guards; /* protects from __get/__set ... recursion */
} zend_object;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment