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
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: luke at martinplaza dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 01 18:01:35 2025 UTC