Skip to content

Instantly share code, notes, and snippets.

@eFrane
Created April 16, 2012 07:17
Show Gist options
  • Save eFrane/2396887 to your computer and use it in GitHub Desktop.
Save eFrane/2396887 to your computer and use it in GitHub Desktop.
Get a php read-eval-print loop. Since the interactive mode is constantly broken
php -r 'for (;;) print eval(fread(STDIN, 4096));'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment