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
 [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: Sat Apr 27 17:01:29 2024 UTC