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
 [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 03:01:32 2024 UTC