<?php$input = 'hello';$output = str_pad($input, 20, '_');echo $output;
Standard input is empty
hello_______________
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!