Home » Validate » Validate » Bug #5582
second parameter in string should have a default
Details
| Submitted | 2005-10-02 22:22 UTC |
|---|---|
| From | aaronkarp at gmail dot com |
| Status | Bogus |
| Package | Validate |
| PHP Version | 4.3.10 |
| OS | unix |
| Roadmaps | (Not assigned) |
Comments
[2005-10-02 22:22 UTC] aaronkarp at gmail dot com
Description:
------------
as with the other functions, it would be a useful improvement to change function string($string, $options)
function string($string, $options = array()) for the sake of consistency.