php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #42315 Strings don't work.
Submitted: 2007-08-16 04:32 UTC Modified: 2007-08-16 10:36 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: luke at martinplaza dot com Assigned:
Status: Not a bug Package: Strings related
PHP Version: 5.2.4RC1 OS: Windows
Private report: No CVE-ID: None
 [2007-08-16 04:32 UTC] luke at martinplaza dot com
Description:
------------
My first question, What happened to the 'Hey'?
My second question, Why are variables/strings not working?

Please tell me how I can fix this as.

+I don't know my php version. When I had my last site though, the strings were working.

Reproduce code:
---------------
<?php
$string = "Hey<br>";
echo $string;
echo "end output.";
?>

Expected result:
----------------
Hey
end output.

Actual result:
--------------
end output.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-08-16 10:36 UTC] jani@php.net
Not enough information and if variables/strings didn't work like they should we'd have quite a huge bug somewhere. And I can't reproduce this. If you can't even figure out your php version, you're not qualified to submit bug reports to begin with. Complain to your hosting company instead.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 04 18:01:32 2024 UTC