3v4l.org

run code in 300+ PHP versions simultaneously
<?php $time = time(); $mictime = microtime(); $times = array('time' => $time, 'miictime' => $mictime); var_dump(range(0,23));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/IfjWu
function name:  (null)
number of ops:  17
compiled vars:  !0 = $time, !1 = $mictime, !2 = $times
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'time'
          1        DO_ICALL                                         $3      
          2        ASSIGN                                                   !0, $3
    4     3        INIT_FCALL                                               'microtime'
          4        DO_ICALL                                         $5      
          5        ASSIGN                                                   !1, $5
    5     6        INIT_ARRAY                                       ~7      !0, 'time'
          7        ADD_ARRAY_ELEMENT                                ~7      !1, 'miictime'
          8        ASSIGN                                                   !2, ~7
    6     9        INIT_FCALL                                               'var_dump'
         10        INIT_FCALL                                               'range'
         11        SEND_VAL                                                 0
         12        SEND_VAL                                                 23
         13        DO_ICALL                                         $9      
         14        SEND_VAR                                                 $9
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.3 ms | 1398 KiB | 21 Q