Changeset 990 for trunk/xcache/xc_sandbox.c
- Timestamp:
- 2012-07-18T09:01:59+02:00 (10 months ago)
- File:
-
- 1 edited
-
trunk/xcache/xc_sandbox.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache/xc_sandbox.c
r989 r990 433 433 /* }}} */ 434 434 #endif 435 436 int xc_vtrace(const char *fmt, va_list args) /* {{{ */437 {438 return vfprintf(stderr, fmt, args);439 }440 /* }}} */441 int xc_trace(const char *fmt, ...) /* {{{ */442 {443 va_list args;444 int ret;445 446 va_start(args, fmt);447 ret = xc_vtrace(fmt, args);448 va_end(args);449 return ret;450 }451 /* }}} */452 435 453 436 #ifndef ZEND_ENGINE_2_3
Note: See TracChangeset
for help on using the changeset viewer.

