mirror of
https://github.com/php/php-src.git
synced 2026-04-22 15:38:49 +02:00
Remove single ;
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user