<?php function a ($a = 'XXX' . 'TTT') { echo 'Hello ' . $a;} a();
Standard input is empty
Hello XXXTTT
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!