3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Merge the profile data. $data->teburu3 = array(); foreach ($results as $v) { $k = str_replace('teburu3.', '', $v[0]); $data->teburu3[$k] = json_decode($v[1], true); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 3, Position 2 = 20
Branch analysis from position: 3
2 jumps found. (Code = 78) Position 1 = 4, Position 2 = 20
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
Branch analysis from position: 20
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 20
filename:       /in/dIcjA
function name:  (null)
number of ops:  22
compiled vars:  !0 = $data, !1 = $results, !2 = $v, !3 = $k
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN_OBJ                                               !0, 'teburu3'
          1        OP_DATA                                                  <array>
    4     2      > FE_RESET_R                                       $5      !1, ->20
          3    > > FE_FETCH_R                                               $5, !2, ->20
    5     4    >   INIT_FCALL                                               'str_replace'
          5        SEND_VAL                                                 'teburu3.'
          6        SEND_VAL                                                 ''
          7        FETCH_DIM_R                                      ~6      !2, 0
          8        SEND_VAL                                                 ~6
          9        DO_ICALL                                         $7      
         10        ASSIGN                                                   !3, $7
    6    11        INIT_FCALL                                               'json_decode'
         12        FETCH_DIM_R                                      ~11     !2, 1
         13        SEND_VAL                                                 ~11
         14        SEND_VAL                                                 <true>
         15        DO_ICALL                                         $12     
         16        FETCH_OBJ_W                                      $9      !0, 'teburu3'
         17        ASSIGN_DIM                                               $9, !3
         18        OP_DATA                                                  $12
    4    19      > JMP                                                      ->3
         20    >   FE_FREE                                                  $5
    7    21      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.29 ms | 1395 KiB | 17 Q