Viewing File: /opt/alt/tests/alt-php83-pecl-http_4.2.6-4.el8/tests/bug67932.phpt

--TEST--
Bug #67932 (php://input always empty)
--SKIPIF--
<?php 
include "skipif.inc";
?>
--PUT--
Content-Type: text/xml

<?xml version="1.0" encoding="utf-8" ?>
<body>test</body>
--FILE--
<?php
readfile("php://input");
?>
--EXPECT--
<?xml version="1.0" encoding="utf-8" ?>
<body>test</body>
Back to Directory File Manager
<