Changeset 668
Legend:
- Unmodified
- Added
- Removed
-
trunk/utils.c
r660 r668 530 530 #define OG(x) (sandbox->orig_##x) 531 531 /* }}} */ 532 #if def E_STRICT532 #if defined(E_STRICT) || defined(E_DEPRECATED) 533 533 static void xc_sandbox_error_cb(int type, const char *error_filename, const uint error_lineno, const char *format, va_list args) /* {{{ */ 534 534 { … … 540 540 assert(sandbox != NULL); 541 541 switch (type) { 542 #ifdef E_STRICT: 542 543 case E_STRICT: 544 #endif 543 545 #ifdef E_DEPRECATED 544 546 case E_DEPRECATED: -
trunk/utils.h
r662 r668 98 98 Bucket *tmp_internal_class_tail; 99 99 100 #if def E_STRICT100 #if defined(E_STRICT) || defined(E_DEPRECATED) 101 101 int orig_user_error_handler_error_reporting; 102 102 void (*orig_zend_error_cb)(int type, const char *error_filename, const uint error_lineno, const char *format, va_list args);

