index
:
php
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
iconv
/
tests
/
skipif.inc
blob: 70d00674466b14413d830a0b6fe6a224a2b6d5dd (
plain
)
1
2
3
4
5
<
?php
if
(
!extension_loaded
(
"iconv"
)) {
die
(
"skip iconv extension not available
\n
"
)
;
}
?
>