Re: value of variable switches from ' ' to 'value'

2007-06-17 Thread Mathew Snyder
Mumia W. wrote: > On 06/17/2007 12:36 AM, Mathew Snyder wrote: >> [...] >> In the debugger I've set the 'w' command to watch the variable >> containing the >> day being looked for ($day). I would have thought $day stays the same >> throught >> an iteration of the while loop but the debugger keeps

Re: value of variable switches from ' ' to 'value'

2007-06-17 Thread Mumia W.
On 06/17/2007 12:36 AM, Mathew Snyder wrote: [...] In the debugger I've set the 'w' command to watch the variable containing the day being looked for ($day). I would have thought $day stays the same throught an iteration of the while loop but the debugger keeps stopping to tell me it switched fr