| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2001-12-11 12:49 UTC] sander@php.net
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 04:00:01 2025 UTC | 
<?php // Values are NOT the same and it should print out // "It worked" but it prints "PHP bugs." if("2000000011211132516" == "2000000011211132521") { print("PHP bugs."); } else { print("It worked."); } ?>