<?php$a = "123";$b = "322";$resultSum = $a+$b;$resultProd = $a*$b; echo "a+b={$resultSum}, a*b={$resultProd}\n";
Standard input is empty
a+b=445, a*b=39606
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!