index
:
php
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
sqlite3
/
tests
/
skipif.inc
blob: 3427965d1d00685e1054cfa5dbbe76ee656eed9c (
plain
)
1
2
3
4
5
6
7
<
?php
if
(
!extension_loaded
(
'sqlite3'
)) {
die
(
"skip"
)
;
}
?
>