Created
April 3, 2015 10:28
-
-
Save fzerorubigd/f36afc184f2b9591a1b0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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