From: Andi Gutmans Date: Fri, 16 Aug 2002 07:11:37 +0000 (+0000) Subject: - Fix whitespace X-Git-Tag: php-4.3.0dev_zend2_alpha3~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38eea2e817baf6742321703256e2738272cf6c30;p=php - Fix whitespace --- diff --git a/Zend/zend.c b/Zend/zend.c index 71468ae63f..83dfe50ec6 100644 --- a/Zend/zend.c +++ b/Zend/zend.c @@ -870,7 +870,7 @@ ZEND_API int zend_execute_scripts(int type TSRMLS_DC, zval **retval, int file_co if (call_user_function_ex(CG(function_table), NULL, orig_user_exception_handler, &retval2, 1, params, 1, NULL TSRMLS_CC) == SUCCESS) { zval_ptr_dtor(&retval2); } - efree(params); + efree(params); zval_ptr_dtor(&EG(exception)); EG(exception) = NULL; } else { @@ -878,10 +878,10 @@ ZEND_API int zend_execute_scripts(int type TSRMLS_DC, zval **retval, int file_co EG(exception) = NULL; zend_error(E_ERROR, "Uncaught exception!"); } - if (!retval) { - zval_ptr_dtor(EG(return_value_ptr_ptr)); - local_retval = NULL; - } + if (!retval) { + zval_ptr_dtor(EG(return_value_ptr_ptr)); + local_retval = NULL; + } #else zval_ptr_dtor(&EG(exception)); zend_error(E_ERROR, "Uncaught exception!");