3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.38 ms | 1394 KiB | 19 Q