Index: main/php_variables.c =================================================================== RCS file: /repository/php-src/main/php_variables.c,v retrieving revision 1.104.2.9 diff -u -p -d -r1.104.2.9 php_variables.c --- main/php_variables.c 18 Apr 2006 06:58:43 -0000 1.104.2.9 +++ main/php_variables.c 3 May 2006 11:12:11 -0000 @@ -178,7 +178,7 @@ PHPAPI void php_register_variable_ex(cha is_array = 1; *ip = 0; } else { - is_array = 0; + goto plain_var; } } } else {