3v4l.org

run code in 500+ PHP versions simultaneously
<?php $input = array( array( 'tag_name' => 'google' ), array( 'tag_name' => 'technology' ) ); echo implode(', ', array_map(function ($entry) { return $entry['tag_name']; }, $input));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ltBZ0
function name:  (null)
number of ops:  9
compiled vars:  !0 = $input
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                       !0, <array>
   11     1        INIT_FCALL                                                   'array_map'
          2        DECLARE_LAMBDA_FUNCTION                              ~2      [0]
   13     3        SEND_VAL                                                     ~2
          4        SEND_VAR                                                     !0
   11     5        DO_ICALL                                             $3      
          6        FRAMELESS_ICALL_2                implode             ~4      '%2C+', $3
   13     7        ECHO                                                         ~4
          8      > RETURN                                                       1


Dynamic Functions:
Dynamic Function 0
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ltBZ0
function name:  {closure:/in/ltBZ0:11}
number of ops:  4
compiled vars:  !0 = $entry
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
   11     0  E >   RECV                                                 !0      
   12     1        FETCH_DIM_R                                          ~1      !0, 'tag_name'
          2      > RETURN                                                       ~1
   13     3*     > RETURN                                                       null

End of Dynamic Function 0

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
160.47 ms | 3039 KiB | 14 Q