110f05277c
"hhvm -m debug" without specifying a file should work without raising notices. hphp_invoke_simple() and friends used to (incorrectly) tolerate using an empty string for the file name, and hphpd was relying on this. This diff fixes hphpd to not call hphp_invoke_simple() when no file was given at the command line.