Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@noname007
Created November 20, 2018 08:51
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 noname007/8859c38e0c6eaac010a3858ce46c3ec3 to your computer and use it in GitHub Desktop.
Save noname007/8859c38e0c6eaac010a3858ce46c3ec3 to your computer and use it in GitHub Desktop.
$start = '175421696';
$end = 175421823;
echo (int) ~ $start;
echo ~ $start ^ $end;
function a(int $a, int $b)
{
var_dump($a, $b);
}
a($start, $end);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment