Changeset 1016 for trunk/xcache/xc_utils.c
- Timestamp:
- 2012-07-20T08:58:03+02:00 (10 months ago)
- File:
-
- 1 edited
-
trunk/xcache/xc_utils.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache/xc_utils.c
r1003 r1016 51 51 /* }}} */ 52 52 53 int xc_apply_function(zend_function *zf, apply_func_t applyer TSRMLS_DC) /* {{{ */53 static int xc_apply_function(zend_function *zf, apply_func_t applyer TSRMLS_DC) /* {{{ */ 54 54 { 55 55 switch (zf->type) { … … 98 98 /* }}} */ 99 99 #if 0 100 int xc_apply_class(zend_class_entry *ce, apply_func_t applyer TSRMLS_DC) /* {{{ */100 static int xc_apply_class(zend_class_entry *ce, apply_func_t applyer TSRMLS_DC) /* {{{ */ 101 101 { 102 102 xc_apply_method_info mi; … … 339 339 /* }}} */ 340 340 341 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) /* {{{ */341 int xc_foreach_early_binding_class(zend_op_array *op_array, xc_foreach_early_binding_class_cb callback, void *data TSRMLS_DC) /* {{{ */ 342 342 { 343 343 zend_op *opline, *begin, *opline_end, *next = NULL;
Note: See TracChangeset
for help on using the changeset viewer.

