index
:
php
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
xsl
/
tests
/
skipif.inc
blob: 0ef73723a3b8b71192c158da9ba9864d9cb2fc1b (
plain
)
1
<
?php
if
(
!extension_loaded
(
'xsl'
))
die
(
'skip xsl extension not available'
)
;?>