static-php-cli/src/globals/test-extensions.php
crazywhalecc c95da8c150 add tests
2023-11-24 01:23:15 +08:00

9 lines
369 B
PHP

<?php
declare(strict_types=1);
# If you want to test new extensions here, just modify it.
$extensions = 'tidy,bcmath,bz2,calendar,ctype,curl,dom,exif,fileinfo,filter,ftp,gd,gmp,iconv,xml,mbstring,mbregex,mysqlnd,openssl,pcntl,pdo,pdo_mysql,pdo_sqlite,phar,posix,redis,session,simplexml,soap,sockets,sqlite3,tokenizer,xmlwriter,xmlreader,zlib,zip';
echo $extensions;