php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #49895 Unable to run PHP code
Submitted: 2009-10-16 04:27 UTC Modified: 2009-10-16 09:31 UTC
From: quentria at yahoo dot com dot tw Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 5.2.11 OS: Windows
Private report: No CVE-ID: None
 [2009-10-16 04:27 UTC] quentria at yahoo dot com dot tw
Description:
------------
Help! I was doing my coding as usual and everything was working fine. I left my PC for a short while and after I came back to continue with my work, errors just keep one showing. I then tried to run the previous codes that I've already done and was working fine before I left my PC, all of them do not work anymore! The only PHP page that runs properly is my PHP Info page. I even tried to uninstall and reinstall my PHP, but the problems still remains.

Reproduce code:
---------------
<?php
echo "Hello, world";
?> 


OR


<?php
echo "<p>Hello, world</p>";
?> 

Expected result:
----------------
<BLANK SCREEN>


OR



Hello,world

Actual result:
--------------
Hello, world


OR


Hello, world

"; ?> 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-10-16 04:31 UTC] quentria at yahoo dot com dot tw
Sorry I made a mistake when filling in the textboxes.

It should be as follow


Expected result:
----------------
Hello, world

OR

Hello,world

Actual result:
--------------
<BLANK SCREEN>

OR

Hello, world

"; ?>
 [2009-10-16 09:31 UTC] sjoerd@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Wed Jun 24 06:00:01 2026 UTC