Skip to content

Instantly share code, notes, and snippets.

@catatsuy
Created November 17, 2014 02:30
Show Gist options
  • Select an option

  • Save catatsuy/3884dc680405fc907923 to your computer and use it in GitHub Desktop.

Select an option

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