Skip to content

Instantly share code, notes, and snippets.

@msysyamamoto
Created June 19, 2020 07:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save msysyamamoto/f2f571f34a8760aa6905da162af8e188 to your computer and use it in GitHub Desktop.
Save msysyamamoto/f2f571f34a8760aa6905da162af8e188 to your computer and use it in GitHub Desktop.
<?php
/**
* $php -S localhost:8088 server.php
*/
error_log(file_get_contents('php://input'));
echo "OK";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment