<?phpfunction divide(){ $result=6/0; echo "The result: ".$result;}divide();?>
Standard input is empty
The result: INF
PHP Warning: Division by zero in /home/bSJkKH/prog.php on line 4
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!