xref
: /
php-src
/
sapi
/
cli
/
tests
/
skipif.inc
(revision f8d79582)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
if (php_sapi_name() != "cli") {
4
die("skip CLI only");
5
}
6
7
?>
8