<?php echo phpversion() . "\n"; $mem=memory_get_usage();$a=array();for($i=0;$i<1000000;$i++) $a[]=$i;echo ((memory_get_usage()-$mem)/1000000);
Standard input is empty
5.6.4-2 76.195192
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!