3v4l.org

run code in 300+ PHP versions simultaneously
<?php $placeholders = array(); $pkeys = array(); foreach ($value as $key => $value) { $pkey = ':' . $column . $key; $placeholders[$pkey] = $value; $pkeys[] = $pkey; } $value = $pkeys;
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 3, Position 2 = 13
Branch analysis from position: 3
2 jumps found. (Code = 78) Position 1 = 4, Position 2 = 13
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
filename:       /in/rXubn
function name:  (null)
number of ops:  16
compiled vars:  !0 = $placeholders, !1 = $pkeys, !2 = $value, !3 = $key, !4 = $pkey, !5 = $column
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        ASSIGN                                                   !1, <array>
    5     2      > FE_RESET_R                                       $8      !2, ->13
          3    > > FE_FETCH_R                                       ~9      $8, !2, ->13
          4    >   ASSIGN                                                   !3, ~9
    6     5        CONCAT                                           ~11     '%3A', !5
          6        CONCAT                                           ~12     ~11, !3
          7        ASSIGN                                                   !4, ~12
    7     8        ASSIGN_DIM                                               !0, !4
          9        OP_DATA                                                  !2
    8    10        ASSIGN_DIM                                               !1
         11        OP_DATA                                                  !4
    5    12      > JMP                                                      ->3
         13    >   FE_FREE                                                  $8
   10    14        ASSIGN                                                   !2, !1
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.46 ms | 1398 KiB | 13 Q