php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3853 phpinfo() can't run if follow with any echo
Submitted: 2000-03-16 19:20 UTC Modified: 2000-06-09 04:25 UTC
From: yue at bjtiger dot com Assigned:
Status: Closed Package: Misbehaving function
PHP Version: 4.0 Beta 4 Patch Level 1 OS: WinNT 4
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: yue at bjtiger dot com
New email:
PHP Version: OS:

 

 [2000-03-16 19:20 UTC] yue at bjtiger dot com
<?php
  ECHO "________";
  phpinfo();
?>
Above is right but the next is incorrect

<?php
  phpinfo();
  ECHO "________"; 
?>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-09 04:25 UTC] zeev at cvs dot php dot net
I'm not sure what you refer to, but both code snippets work fine.  If the problem persists with PHP 4.0.0 (release), please submit a new bug report, and specify exactly what seems to be going wrong.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 20:01:35 2024 UTC