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
--
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail
--- Begin Message ---
From: pink_u20032001 at yahoo dot com
Operating system: XP
PHP version: 5.0.0RC3
PHP Bug Type: Unknown/Other Function
Bug description: PHP has encountered an Access Violation at 016073DD
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
--
Edit bug report at http://bugs.php.net/?id=28977&edit=2
--- End Message ---