Skip to content

Instantly share code, notes, and snippets.

@amcastror
Created May 22, 2018 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amcastror/86d9d8e358c943e64a8bee3383d40d03 to your computer and use it in GitHub Desktop.
Save amcastror/86d9d8e358c943e64a8bee3383d40d03 to your computer and use it in GitHub Desktop.
<?php
$bool = false;
if($bool && $otherBool = true){
echo 'this code is not executed';
}
// Esto genera un errror
dump($otherBool);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment