Dumping all the variables available in phpinfo in Drupal

If you want to inspect what php variables you have available to call in a drupal site just paste

<?php print phpinfo(); ?>

You will need to set the filter format to php.

When you view the page you will have a dump of the php variables.

Your rating: None