--TEST-- executing a file with -F --SKIPIF-- --FILE-- '; file_put_contents($filename, $code); $txt = ' test hello'; file_put_contents($filename_txt, $txt); var_dump(`cat "$filename_txt" | "$php" -n -F "$filename"`); ?> ===DONE=== --CLEAN-- --EXPECTF-- string(25) " string(10) "test hello" " ===DONE===