/
home
/
sjslayjy
/
public_html
/
theweavenest
/
vendor
/
phpunit
/
phpunit
/
tests
/
end-to-end
/
phpt
/
Upload File
HOME
--TEST-- PHPT runner supports STDIN section --STDIN-- Hello World --FILE-- <?php declare(strict_types=1); $input = \file_get_contents('php://stdin'); print $input; --EXPECT-- Hello World