|
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-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Jan 01 21:00:01 2026 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"; } ?>