3v4l.org

run code in 500+ PHP versions simultaneously
<?php $res = str_split(implode(range(1,12))); print_r($res);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/UIM0q
function name:  (null)
number of ops:  13
compiled vars:  !0 = $res
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'str_split'
          1        INIT_FCALL                                                   'range'
          2        SEND_VAL                                                     1
          3        SEND_VAL                                                     12
          4        DO_ICALL                                             $1      
          5        FRAMELESS_ICALL_1                implode             ~2      $1
          6        SEND_VAL                                                     ~2
          7        DO_ICALL                                             $3      
          8        ASSIGN                                                       !0, $3
    4     9        INIT_FCALL                                                   'print_r'
         10        SEND_VAR                                                     !0
         11        DO_ICALL                                                     
         12      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
159.79 ms | 2147 KiB | 16 Q