If you want to make PHP browsable, and you're using Apache, you can add this line to httpd.conf:
AddType application/x-httpd-php-source .phps
and name the files you want to view with the ".phps" extension.
Or you can use highlight_file() and highlight_string().
Or disable PHP parsing.