Edit report at http://bugs.php.net/bug.php?id=53563&edit=1
ID: 53563 Updated by: [email protected] Reported by: vivekanandan8 at yahoo dot com Summary: print statement returns nothing -Status: Open +Status: Bogus Type: Bug Package: Output Control Operating System: windows PHP Version: 5.2.16 Block user comment: N Private report: N New Comment: $var1==$var2 produces false (boolean), not 0 integer. Previous Comments: ------------------------------------------------------------------------ [2010-12-17 13:54:04] vivekanandan8 at yahoo dot com Description: ------------ <?php $var1 = 10; $var2=11; print "condition=".$var1==$var2; ?> Expected result: ---------------- condition=0 Actual result: -------------- empty screen ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=53563&edit=1
