Changeset 989 for trunk/xcache/xc_sandbox.c
- Timestamp:
- 07/18/2012 08:51:01 AM (10 months ago)
- Files:
-
- 1 modified
-
trunk/xcache/xc_sandbox.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache/xc_sandbox.c
r987 r989 402 402 return op_array; 403 403 } 404 /* {{{*/404 /* }}} */ 405 405 const Bucket *xc_sandbox_user_function_begin(TSRMLS_D) /* {{{ */ 406 406 { … … 409 409 return TG(internal_function_tail) ? TG(internal_function_tail)->pListNext : TG(function_table).pListHead; 410 410 } 411 /* {{{*/411 /* }}} */ 412 412 const Bucket *xc_sandbox_user_class_begin(TSRMLS_D) /* {{{ */ 413 413 { … … 416 416 return TG(internal_class_tail) ? TG(internal_class_tail)->pListNext : TG(class_table).pListHead; 417 417 } 418 /* {{{*/418 /* }}} */ 419 419 #ifdef XCACHE_ERROR_CACHING 420 420 xc_compilererror_t *xc_sandbox_compilererrors(TSRMLS_D) /* {{{ */

