<?php /**/ ?><?php
# what's the current path?
$path = ini_get('include_path');
print $path; 
?>