mm pues no se procesa el código ... 
   Código PHP:
   
<!doctype html public "-//W3C//DTD HTML 4.0 //EN">
<html>
<head>
       <title>Title here!</title>
</head>
<body>
<?
$archivo=implode('',file('prueba.php'));
 
echo htmlentities($archivo);
?>
</body>
</html>   
  Pruebalo .. (uso htmlentities para ver el código HTML/PHP en el navegador y que no se me interprete el HTML en sí) 
Un saludo,