From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.1.2
PHP Bug Type:     Output Control
Bug description:  @ does not mask E-WARNING produced by unlink

@unlink("bogus") still triggers an E_WARNING even though the @ is supposed
to suppress the error when the file doesn't exist or any error condition. 


I currently have a custom error handler installed and get E_WARNINGs
comming in when the file does not exist.
-- 
Edit bug report at http://bugs.php.net/?id=16393&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16393&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16393&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16393&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16393&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16393&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16393&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16393&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16393&r=submittedtwice

Reply via email to