php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28977 PHP has encountered an Access Violation at 016073DD
Submitted: 2004-06-30 20:53 UTC Modified: 2004-07-01 06:52 UTC
From: pink_u20032001 at yahoo dot com Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 5.0.0RC3 OS: XP
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: pink_u20032001 at yahoo dot com
New email:
PHP Version: OS:

 

 [2004-06-30 20:53 UTC] pink_u20032001 at yahoo dot com
Description:
------------
PHP has encountered an Access Violation at 016073DD

Reproduce code:
---------------
<html>
<body>

<?php
$txt1="Hello World";
$txt2="1234";
echo $txt1 . " " . $txt2 ;
?>

</body>
</html>

Expected result:
----------------
Hello World 1234 

Actual result:
--------------
Hello World 1234 PHP has encountered an Access Violation at 016073DD

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-01 06:52 UTC] fmk@php.net
The sample code provied works fine with both RC3 and current CVS version.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 10 19:01:34 2024 UTC