|
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: Sun Nov 02 18: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"; } ?>