| Issue 44: | Dollar translator with NULL value | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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) |