index
:
php
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sapi
/
cli
/
tests
/
skipif.inc
blob: 79e6c91004c57711b7212199392d3f48b01dbd24 (
plain
)
1
2
3
4
5
6
7
<
?php
if
(
php_sapi_name
()
!
=
"cli"
) {
die
(
"skip CLI only"
)
;
}
?
>