Skip to content

Instantly share code, notes, and snippets.

@fczuardi
Created August 25, 2008 04:34
Show Gist options
  • Save fczuardi/7029 to your computer and use it in GitHub Desktop.
Save fczuardi/7029 to your computer and use it in GitHub Desktop.
guess the output
<?php
$b = .08 + .07;
var_dump($b);
var_dump(.15 - $b);
var_dump((bool)(.15 - $b));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment