ID:               28977
 Updated by:       [EMAIL PROTECTED]
 Reported By:      pink_u20032001 at yahoo dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Unknown/Other Function
 Operating System: XP
 PHP Version:      5.0.0RC3
 New Comment:

The sample code provied works fine with both RC3 and current CVS
version.


Previous Comments:
------------------------------------------------------------------------

[2004-06-30 20:53:55] 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


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=28977&edit=1

Reply via email to