3v4l.org

run code in 300+ PHP versions simultaneously
<?php $s_date_time = date('Y-m-d H:i:s'); echo 'Starting: '.$s_date_time."\n"; $i_counter = 0; //for ($i_main_loop = 0; $i_main_loop < 10; $i_main_loop++) { for ($i_bucle = 0; $i_bucle < 100; $i_bucle++) { for ($i_inner_loop = 0; $i_inner_loop < 100; $i_inner_loop++) { $i_counter++; } $i_counter = 0; } //} $s_date_time_end = date('Y-m-d H:i:s'); echo 'End: '.$s_date_time_end."\n";
Output for git.master, git.master_jit, rfc.property-hooks
Starting: 2014-08-27 20:16:58 End: 2014-08-27 20:16:58

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
47.56 ms | 401 KiB | 8 Q