DEBSOURCES
Skip Quicknav
sources / mediawiki / 1%3A1.43.3%2Bdfsg-1 / tests / phpunit / includes / shell / bin / echo_stdin.php
12345678
<?php if ( PHP_SAPI !== 'cli' ) { exit( 1 ); } $input_data = stream_get_contents( STDIN ); echo $input_data;