Description
PHP code can be explored interactively in a small command-line REPL. It is useful for developers testing expressions, library behavior, or quick snippets without creating a full script.
REPLs execute code immediately. Avoid pasting untrusted PHP or secrets into sessions that may be logged.