Changeset 1017 for trunk/xcache/xc_utils.c
- Timestamp:
- 2012-07-20T09:01:11+02:00 (10 months ago)
- File:
-
- 1 edited
-
trunk/xcache/xc_utils.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache/xc_utils.c
r1016 r1017 97 97 } 98 98 /* }}} */ 99 #if 0100 static int xc_apply_class(zend_class_entry *ce, apply_func_t applyer TSRMLS_DC) /* {{{ */101 {102 xc_apply_method_info mi;103 104 mi.applyer = applyer;105 mi.ce = ce;106 zend_hash_apply_with_argument(&(ce->function_table), (apply_func_arg_t) xc_apply_method, &mi TSRMLS_CC);107 return 0;108 }109 /* }}} */110 #endif111 99 static int xc_apply_cest(xc_cest_t *cest, apply_func_t applyer TSRMLS_DC) /* {{{ */ 112 100 {
Note: See TracChangeset
for help on using the changeset viewer.

