From: Sascha Schumann Date: Tue, 13 Jun 2000 09:06:31 +0000 (+0000) Subject: Remove single ; X-Git-Tag: php-4.0.1RC~226 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=165361a5158ebe8f2689e7c1fb2f75f62320b028;p=php Remove single ; --- diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 40eb1c2a69..72cfa4909e 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -63,7 +63,6 @@ php_basic_globals basic_globals; static unsigned char second_and_third_args_force_ref[] = { 3, BYREF_NONE, BYREF_FORCE, BYREF_FORCE }; static unsigned char third_argument_force_ref[] = { 3, BYREF_NONE, BYREF_NONE, BYREF_FORCE }; static unsigned char third_and_fourth_args_force_ref[] = { 4, BYREF_NONE, BYREF_NONE, BYREF_FORCE, BYREF_FORCE }; -; typedef struct _php_shutdown_function_entry { zval **arguments;