<?php function duplicate (int $i) { echo $i * 2;} $i = (string) "123"; duplicate((string) $i);
Standard input is empty
246
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!