<pre>
<?php

include "../brainfuck.php";

echo 
brainfuck(
  
"+[>,]<-[+.<-]",
  
"Was it a car or a cat I saw?"
);

?>
</pre>