<?php $variable1=57; $variable2=$variable1*2; echo "$variable1\n"; echo $variable2; ?>
Standard input is empty
57 114
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!