php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #77042 closed stdout redirected to another file
Submitted: 2018-10-20 09:52 UTC Modified: -
From: halaeiv at gmail dot com Assigned:
Status: Open Package: *General Issues
PHP Version: 7.2.11 OS: Ubuntu 16.04
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: halaeiv at gmail dot com
New email:
PHP Version: OS:

 

 [2018-10-20 09:52 UTC] halaeiv at gmail dot com
Description:
------------
In the following code, the echo command prints string "stdout" in file "out.txt", although it shouldn't:

    fclose(STDOUT);
    $out = fopen(__DIR__.'/out.txt', 'w');
    echo "stdout\n";



Patches

Pull Requests

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC