|
Mantis - Quercus
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 4063 | minor | always | 06-02-10 03:23 | 05-04-14 13:08 | |
|
|
|||||
| Reporter: | hm2k | Platform: | |||
| Assigned To: | nam | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | 4.0.7 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | |||
|
|
|||||
| Summary: | 0004063: string::1: Fatal Error: 'filter_var' is an unknown function. | ||||
| Description: |
Example 0000001 A filter_var() example <?php var_dump(filter_var('bob@example.com', FILTER_VALIDATE_EMAIL)); var_dump(filter_var('example.com', FILTER_VALIDATE_URL, FILTER_FLAG_SCHEME_REQUIRED)); ?> The above example should output: string(15) "bob@example.com" bool(false) Instead it returns the following error: string::1: Fatal Error: 'filter_var' is an unknown function. |
||||
| Steps To Reproduce: | |||||
| Additional Information: | See http://php.net/manual/en/function.filter-var.php [^] | ||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||