1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 22:11:12 +02:00
Files
archived-php-src/ext/iconv/tests/skipif.inc

6 lines
94 B
PHP

<?php
if (!extension_loaded("iconv")) {
die("skip iconv extension not available\n");
}
?>