Some checks failed
Vulhub Format Check and Lint / format-check (push) Has been cancelled
Vulhub Format Check and Lint / markdown-check (push) Has been cancelled
Vulhub Docker Image CI / longtime-images-test (push) Has been cancelled
Vulhub Docker Image CI / images-test (push) Has been cancelled
7 lines
112 B
PHP
7 lines
112 B
PHP
<?php
|
|
$data = file_get_contents('php://input');
|
|
|
|
$dom = new DOMDocument();
|
|
$dom->loadXML($data);
|
|
|
|
print_r($dom); |