<?php function test(&$var = "test") { echo $var;} $string = "Second"; test();test($string);//test("Third"); //Error
Standard input is empty
testSecond
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!