Skip to content

Instantly share code, notes, and snippets.

@paramientos
Created November 29, 2020 00:33
Show Gist options
  • Save paramientos/53c1edf8bb26ee6b575bcfad4a753b82 to your computer and use it in GitHub Desktop.
Save paramientos/53c1edf8bb26ee6b575bcfad4a753b82 to your computer and use it in GitHub Desktop.
<?php
// before
0 == 'foobar' // true
// after
0 == 'foobar' // false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment