<?php function soma($n1,$n2) { return $n1+$n2; } eval('echo soma(10,20);');
Standard input is empty
30
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!