You can see the names of various extensions by using phpinfo()...
... or if you're using the CGI or CLI version of PHP you can use the -m switch to list all available extensions:
The result of this command will depend
of the configuration of your PHP CLI system
H:\php64\php>php -m
[PHP Modules]
bcmath
calendar
Core
ctype
curl
date
dom
exif
FFI
filter
gd
gmp
hash
iconv
imap
intl
json
libxml
mbstring
mysqli
mysqlnd
openssl
pcre
PDO
pdo_mysql
Phar
readline
Reflection
session
SimpleXML
sodium
SPL
standard
tokenizer
xml
xmlreader
xmlwriter
Zend OPcache
zip
zlib
[Zend Modules]
Zend OPcache
Your results may differ from those shown here.