Skip to content

Instantly share code, notes, and snippets.

@agiliq
Created July 15, 2009 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save agiliq/147899 to your computer and use it in GitHub Desktop.
Save agiliq/147899 to your computer and use it in GitHub Desktop.
phpsh (c)2006 by Charlie Cheever and Dan Corson and Facebook, Inc.
type 'h' or 'help' to see instructions & features
New Feature: You can use the -c option to turn off coloring
php> echo(null > 10)
php> echo(null < 10)
1
php> echo(null == 10)
php> echo(null == null)
1
php>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment