Changeset 212 for trunk/utils.h
- Timestamp:
- 10/04/2006 12:38:45 AM (2 years ago)
- Files:
-
- 1 modified
-
trunk/utils.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/utils.h
r209 r212 25 25 zend_uchar xc_get_fixed_opcode(zend_uchar opcode, int line); 26 26 27 int xc_foreach_early_binding_class(zend_op_array *op_array, void (*callback)(zend_op *opline, int oplineno, void *data TSRMLS_DC), void *data TSRMLS_DC); 28 27 29 /* installer */ 28 30 #ifdef HAVE_XCACHE_CONSTANT … … 30 32 #endif 31 33 void xc_install_function(char *filename, zend_function *func, zend_uchar type, zstr key, uint len TSRMLS_DC); 32 ZESW(xc_cest_t *, void) xc_install_class(char *filename, xc_cest_t *cest, zend_uchar type, zstr key, uint len TSRMLS_DC);34 ZESW(xc_cest_t *, void) xc_install_class(char *filename, xc_cest_t *cest, int oplineno, zend_uchar type, zstr key, uint len TSRMLS_DC); 33 35 34 36 /* sandbox */

