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
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: 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue Apr 29 10:01:29 2025 UTC