Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0003245 |
[Quercus] |
trivial |
always |
01-13-09 12:16 |
01-13-09 16:02 |
|
Reporter |
koreth |
View Status |
public |
|
Assigned To |
nam |
Priority |
normal |
Resolution |
fixed |
|
Status |
closed |
|
Product Version |
4.0.0 |
|
Summary |
0003245: Error is logged even when suppression is turned on |
Description |
<?php
@fclose(null);
Regular PHP doesn't complain; Quercus logs an error message about null being an unexpected argument. The "@" should suppress such log messages. (PHP does log an error if the "@" is removed.) |
Additional Information |
|
|
Attached Files |
|
|