Sorry about that. The free hosting cPanel used to have an icon for PHP configuration. Guess they removed it.
As I said, you can run a test.php script that can test features before you build a full script around a given function/setting
ini_get('display_errors') .... ini_get() will show the config settings
Calling foobar() will give an error message if the function is disabled.