]> granicus.if.org Git - php/commitdiff
WS
authorMarcus Boerger <helly@php.net>
Mon, 1 Sep 2003 13:04:55 +0000 (13:04 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 1 Sep 2003 13:04:55 +0000 (13:04 +0000)
Zend/zend_execute_API.c

index 39dea80c74d67b00d4c92d2e381f44e7c06cb58d..f629ee770430e75a066c92c83ffb1461fb416720 100644 (file)
@@ -881,7 +881,6 @@ ZEND_API int zend_eval_string_ex(char *str, zval *retval_ptr, char *string_name,
        int result;
        zval *exception = EG(exception);
 
-
        if (handle_exceptions) {
                EG(exception) = NULL;
        }