xref: /PHP-8.4/sapi/cli/tests/skipif.inc (revision f8d79582)
1<?php
2
3if (php_sapi_name() != "cli") {
4    die("skip CLI only");
5}
6
7?>
8