Skip to content

Instantly share code, notes, and snippets.

@exu
Created May 6, 2011 07:35
Show Gist options
  • Save exu/958563 to your computer and use it in GitHub Desktop.
Save exu/958563 to your computer and use it in GitHub Desktop.
<?php
if( '20110204024217300000' == '20110204024217300264' )
echo 'equal';
else
echo 'not equal';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment