Current File : //opt/RZphp72/includes/test/HTML_QuickForm_altselect/tests/escape_output.php
<?php

$fh = fopen('php://stdin', 'r') or die('error opening stdin');
echo preg_quote(stream_get_contents($fh), '/');