| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [1998-09-25 10:07 UTC] zeev
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 03:00:01 2025 UTC | 
The following script prints "$foo == 'r'. This happens in both the module and CGI versions. <?php $foo = 0; if ( $foo == 'r' ) { echo "$foo == 'r'\n"; } ?>