Skip to content

Instantly share code, notes, and snippets.

Created May 23, 2014 21:27
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/b834a43eadfcacaa8c9e to your computer and use it in GitHub Desktop.
Save anonymous/b834a43eadfcacaa8c9e to your computer and use it in GitHub Desktop.
typedef struct _zend_property_info {
zend_uint flags;
char *name;
int name_length;
ulong h;
char *doc_comment;
int doc_comment_len;
zend_class_entry *ce;
} zend_property_info;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment