1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xcache/processor/var-helper-t.h

13 lines
495 B
C

/* {{{ var object helpers */
#ifdef ZEND_ENGINE_2
xc_vector_t objects; /* in calc */
HashTable handle_to_index; /* in calc/store only */
zend_object_handle *object_handles; /* in restore only */
#endif
const xc_entry_var_t *entry_var_src; /* in restore */
xc_vector_t class_names; /* in calc only */
HashTable class_name_to_index; /* in calc/store only */
zend_class_entry **index_to_ce; /* in restore only */
/* }}} */