<?php $cadena = '1234567'; $cadena = str_repeat( "0" , strlen($cadena) ); echo $cadena;
Standard input is empty
0000000
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!