List available PHP versions
List available SAPIs for PHP 7.3
List enabled extensions for PHP 7.3 with the cli SAPI
sudo phpquery -v 7.3 -s cli -MCheck if the JSON extension is enabled for PHP 7.3 with the apache2 SAPI
sudo phpquery -v 7.3 -s apache2 -m json