Skip to content

Instantly share code, notes, and snippets.

@fzerorubigd
Created April 3, 2015 10:28
Show Gist options
  • Select an option

  • Save fzerorubigd/f36afc184f2b9591a1b0 to your computer and use it in GitHub Desktop.

Select an option

Save fzerorubigd/f36afc184f2b9591a1b0 to your computer and use it in GitHub Desktop.
<?php
$a = false || true;
$b = false or true;
var_dump($a);
var_dump($b);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment