<?php class A { public function B(string $t) { return $t; }} $a = new A();echo $a->B('test');
Standard input is empty
test
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!