Home » Database » DB_DataObject » Bug #3079
Regex error in Generator.php
Details
| Submitted | 2005-01-03 08:11 UTC |
|---|---|
| From | hlarue at columbus dot rr dot com |
| Assigned | alan_k |
| Status | Closed |
| Package | DB_DataObject |
| PHP Version | Irrelevant |
| OS | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2005-01-03 08:11 UTC] hlarue at columbus dot rr dot com
Description:
------------
Had to escape left parens just before end of expression:
// dont re-add it..
if (preg_match('/\s+function\s+' . $validate_fname . '\s*\(/i', $input)) {
continue;
}