3v4l.org

run code in 500+ PHP versions simultaneously
<?php $array = [ ['N', 'N', 'Y', 'Y', 'Y', 'Y'], ['N', 'N', 'Y', 'Y', 'N', 'Y'], ['N', 'N', 'Y', 'Y', 'N', 'Y'], ['Y', 'Y', 'Y', 'Y', 'Y', 'Y'], ]; var_export( array_map( fn() => implode(',', func_get_args()), ...$array ) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GXpU4
function name:  (null)
number of ops:  11
compiled vars:  !0 = $array
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, <array>
   10     1        INIT_FCALL                                                   'var_export'
   11     2        INIT_FCALL                                                   'array_map'
   12     3        DECLARE_LAMBDA_FUNCTION                              ~2      [0]
          4        SEND_VAL                                                     ~2
   13     5        SEND_UNPACK                                                  !0
          6        CHECK_UNDEF_ARGS                                             
   11     7        DO_ICALL                                             $3      
   13     8        SEND_VAR                                                     $3
   10     9        DO_ICALL                                                     
   15    10      > 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/GXpU4
function name:  {closure:/in/GXpU4:12}
number of ops:  4
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
   12     0  E >   FUNC_GET_ARGS                                        ~0      
          1        FRAMELESS_ICALL_2                implode             ~1      '%2C', ~0
          2      > RETURN                                                       ~1
          3*     > RETURN                                                       null

End of Dynamic Function 0

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
162.26 ms | 1941 KiB | 17 Q