/run php echo file_get_contents('https://example.com');
echo file_get_contents('https://example.com');
/run php <?php echo file_get_contents('https://example.com');