see also the command "man php" in Unix-like shell (MSYS, Debian, etc)
this is the PHP REPL. one statement at a time, usually. useful to test-run some code. also good for teaching/demonstrating.
this executes a script file. this is a batch execution of the many statements in the script file.
this responds to HTTP requests, executing HTTP-requested script files, staying active as a process in run-loop.