Skip to content

Instantly share code, notes, and snippets.

@catatsuy
Created November 17, 2014 02:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save catatsuy/3884dc680405fc907923 to your computer and use it in GitHub Desktop.
Save catatsuy/3884dc680405fc907923 to your computer and use it in GitHub Desktop.
#!/usr/bin/php
<?php
error_reporting(-1);
ini_set('display_errors', true);
$OK = 0;
$WARNING = 1;
$CRITICAL = 2;
$UNKNOWN = 3;
echo 'OK - hoge' . PHP_EOL;
exit($OK);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment