php-src/sapi/cli/tests/skipif.inc
2006-11-24 13:32:07 +00:00

8 lines
68 B
PHP

<?php
if (php_sapi_name() != "cli") {
die("skip CLI only");
}
?>