Skip to content

Instantly share code, notes, and snippets.

@jameshartig
Forked from skyler/gist:735517
Created December 9, 2010 23:55
Show Gist options
  • Save jameshartig/735539 to your computer and use it in GitHub Desktop.
Save jameshartig/735539 to your computer and use it in GitHub Desktop.
$mobileID = 0;
if ((string)$mobileID == 'beta') {
error_log("shit bricks: " . $mobileID);
}
...
php test.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment