|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull Requests
Pull requests: 
 HistoryAllCommentsChangesGit/SVN commits              [2020-09-22 12:51 UTC] cmb@php.net
 
-Status:      Open
+Status:      Verified
-Assigned To:
+Assigned To: cmb
  [2020-09-22 12:51 UTC] cmb@php.net
  [2020-09-22 12:59 UTC] cmb@php.net
  [2020-09-23 09:15 UTC] cmb@php.net
  [2020-09-23 09:15 UTC] cmb@php.net
 
-Status: Verified
+Status: Closed
 | |||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 03:00:01 2025 UTC | 
Description: ------------ The message claims success, although it is a warning and the file fails to open. Test script: --------------- <?php $f = fopen('existing.file', 'Q'); Expected result: ---------------- PHP Warning: fopen(existing.file): failed to open stream: Mode "Q" is not valid in /home/robert/test.php on line 3 Actual result: -------------- PHP Warning: fopen(existing.file): failed to open stream: Success in /home/robert/test.php on line 3