3v4l.org

run code in 300+ PHP versions simultaneously
<?php $time = microtime(); $a = range(1,100000); foreach ($a as $i) { isset($a['asd']); } echo microtime() - $time; $time = microtime(); $a = range(1,100000); foreach ($a as $i) { array_key_exists('asd', $a); } echo microtime() - $time;
Output for 7.2.6
Notice: A non well formed numeric value encountered in /in/4AY4L on line 8 Notice: A non well formed numeric value encountered in /in/4AY4L on line 8 0.002357 Notice: A non well formed numeric value encountered in /in/4AY4L on line 15 Notice: A non well formed numeric value encountered in /in/4AY4L on line 15 0.003411
Output for 7.2.0
Notice: A non well formed numeric value encountered in /in/4AY4L on line 8 Notice: A non well formed numeric value encountered in /in/4AY4L on line 8 0.003133 Notice: A non well formed numeric value encountered in /in/4AY4L on line 15 Notice: A non well formed numeric value encountered in /in/4AY4L on line 15 0.004375
Output for 7.1.10
Notice: A non well formed numeric value encountered in /in/4AY4L on line 8 Notice: A non well formed numeric value encountered in /in/4AY4L on line 8 0.002632 Notice: A non well formed numeric value encountered in /in/4AY4L on line 15 Notice: A non well formed numeric value encountered in /in/4AY4L on line 15 0.004309
Output for 7.1.7
Notice: A non well formed numeric value encountered in /in/4AY4L on line 8 Notice: A non well formed numeric value encountered in /in/4AY4L on line 8 0.004308 Notice: A non well formed numeric value encountered in /in/4AY4L on line 15 Notice: A non well formed numeric value encountered in /in/4AY4L on line 15 0.005793
Output for 7.1.6
Notice: A non well formed numeric value encountered in /in/4AY4L on line 8 Notice: A non well formed numeric value encountered in /in/4AY4L on line 8 0.004993 Notice: A non well formed numeric value encountered in /in/4AY4L on line 15 Notice: A non well formed numeric value encountered in /in/4AY4L on line 15 0.014649
Output for 7.1.5
Notice: A non well formed numeric value encountered in /in/4AY4L on line 8 Notice: A non well formed numeric value encountered in /in/4AY4L on line 8 0.005178 Notice: A non well formed numeric value encountered in /in/4AY4L on line 15 Notice: A non well formed numeric value encountered in /in/4AY4L on line 15 0.008946
Output for 7.1.4
Notice: A non well formed numeric value encountered in /in/4AY4L on line 8 Notice: A non well formed numeric value encountered in /in/4AY4L on line 8 0.00638 Notice: A non well formed numeric value encountered in /in/4AY4L on line 15 Notice: A non well formed numeric value encountered in /in/4AY4L on line 15 0.009991
Output for 7.1.3
Notice: A non well formed numeric value encountered in /in/4AY4L on line 8 Notice: A non well formed numeric value encountered in /in/4AY4L on line 8 0.005011 Notice: A non well formed numeric value encountered in /in/4AY4L on line 15 Notice: A non well formed numeric value encountered in /in/4AY4L on line 15 0.009918
Output for 7.1.2
Notice: A non well formed numeric value encountered in /in/4AY4L on line 8 Notice: A non well formed numeric value encountered in /in/4AY4L on line 8 0.004347 Notice: A non well formed numeric value encountered in /in/4AY4L on line 15 Notice: A non well formed numeric value encountered in /in/4AY4L on line 15 0.007492
Output for 7.1.1
Notice: A non well formed numeric value encountered in /in/4AY4L on line 8 Notice: A non well formed numeric value encountered in /in/4AY4L on line 8 0.003916 Notice: A non well formed numeric value encountered in /in/4AY4L on line 15 Notice: A non well formed numeric value encountered in /in/4AY4L on line 15 0.005963
Output for 7.1.0
Notice: A non well formed numeric value encountered in /in/4AY4L on line 8 Notice: A non well formed numeric value encountered in /in/4AY4L on line 8 0.003915 Notice: A non well formed numeric value encountered in /in/4AY4L on line 15 Notice: A non well formed numeric value encountered in /in/4AY4L on line 15 0.00811
Output for 7.0.20
0.0068310.020481
Output for 7.0.19
0.0052820.008687
Output for 7.0.18
0.0054070.011481
Output for 7.0.17
0.0037760.007867
Output for 7.0.16
0.0048240.006272
Output for 7.0.15
0.0037850.005854
Output for 7.0.14
0.0052660.007768
Output for 7.0.13
0.0057650.010396
Output for 7.0.12
0.0057320.010394
Output for 7.0.11
0.0050320.010222
Output for 7.0.10
0.0043170.00768
Output for 7.0.9
0.004140.007027
Output for 7.0.8
0.0055390.010013
Output for 7.0.7
0.0051820.0092
Output for 7.0.6
0.0090150.011771
Output for 7.0.5
0.0051770.010344
Output for 7.0.4
0.0053590.010147
Output for 7.0.3
0.0050950.009791
Output for 7.0.2
0.0056340.009096
Output for 7.0.1
0.0057710.01143
Output for 7.0.0
0.0060790.00853

preferences:
64.84 ms | 401 KiB | 37 Q