Avoid ArrayIndexOutOfBoundsException which occurs at changing value of variable.
authortoshihiro <toshihiro>
Sat, 30 Jun 2007 13:41:52 +0000 (13:41 +0000)
committertoshihiro <toshihiro>
Sat, 30 Jun 2007 13:41:52 +0000 (13:41 +0000)
commitb89cb13ed542d196690d833164511d188c094200
tree839373a530202a7619eb7e6d8a0183b3d28a3293
parent3f5845b7945564a3948eb75b90edaa9dbeb267e3
Avoid ArrayIndexOutOfBoundsException which occurs at changing value of variable.
(e.g. assign string (without quotes) to a variable which has integer value)
net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/model/PHPVariable.java