Add extension test

This commit is contained in:
crazywhalecc
2024-08-11 21:25:10 +08:00
committed by Jerry Ma
parent c53f1d947c
commit 17c27cb7e8
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
<?php
declare(strict_types=1);
assert(function_exists('iconv'));
assert(iconv('UTF-8', 'CP437', 'foo') === 'foo');