Skip to content

Instantly share code, notes, and snippets.

@berkes
Created July 23, 2012 14:15
Show Gist options
  • Save berkes/3163853 to your computer and use it in GitHub Desktop.
Save berkes/3163853 to your computer and use it in GitHub Desktop.
php> $are_you_insane_php = (int) 'hello world'
php> var_dump($are_you_insane_php) #=> int(0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment