Home » HTML » HTML_Table » Bug #5782
addRow() created a warning
Details
| Submitted | 2005-10-25 20:10 UTC |
|---|---|
| From | jessup at mrpath dot com |
| Assigned | wiesemann |
| Status | Closed |
| Package | HTML_Table |
| PHP Version | 4.4.0 |
| OS | any |
| Roadmaps | (Not assigned) |
Comments
[2005-10-25 20:10 UTC] jessup at mrpath dot com
Description:
------------
calling addRow() triggers an "Invalid argument supplied for foreach() warning.
Test script:
---------------
$table = & new HTML_Table();
$new_row_index = $table->addRow();
Expected result:
----------------
nothing, with no warnings.
Actual result:
--------------
warning is thrown