webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Variables
form-post-textplain.php File Reference

Variables

 $content_type = $_SERVER["CONTENT_TYPE"]
 
if($content_type=="text/plain") else
 
 $data = file_get_contents("php://input")
 

Variable Documentation

◆ $content_type

$content_type = $_SERVER["CONTENT_TYPE"]

◆ $data

$data = file_get_contents("php://input")

◆ else

if ( $data=="f1=This is field #1 &!@$%\\='<>\\f2=This is field #2 \\") else
Initial value:
{
echo "<p>FAIL: Content-type should be text/plain, but was '$content_type'</p>"