Issue 44: Dollar translator with NULL value
Reported by funnyso...@gmail.com, Jan 15, 2010
What steps will reproduce the problem?
1. Dollar field (fld) with NULL value
2. iteration over some result set
3. increment some value using += $rec->fld->cents;

What is the expected output? What do you see instead?
- should see 0 added
- get fatal error (~= cannot deref undefined blah)