<?php $num = 25; echo intdiv($num, 10) . PHP_EOL;echo $num % 10 . PHP_EOL; $num = -25; echo intdiv($num, 10) . PHP_EOL;echo $num % 10 . PHP_EOL;
Standard input is empty
2 5 -2 -5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!