|   | 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 Group All rights reserved. | Last updated: Fri Oct 31 00: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"; } ?>