3v4l.org

run code in 500+ PHP versions simultaneously
<?php print_r(array_map(null, array('abc', 'def'))); print_r(array_map(null, array('abc', 'def'), array('ghi', 'jkl'))); print_r(array_map(null, array('abc', 'def'), array('ghi', 'jkl'), array('mno', 'pqr')));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/DauMC
function name:  (null)
number of ops:  25
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'print_r'
          1        INIT_FCALL                                                   'array_map'
          2        SEND_VAL                                                     null
          3        SEND_VAL                                                     <array>
          4        DO_ICALL                                             $0      
          5        SEND_VAR                                                     $0
          6        DO_ICALL                                                     
    4     7        INIT_FCALL                                                   'print_r'
          8        INIT_FCALL                                                   'array_map'
          9        SEND_VAL                                                     null
         10        SEND_VAL                                                     <array>
         11        SEND_VAL                                                     <array>
         12        DO_ICALL                                             $2      
         13        SEND_VAR                                                     $2
         14        DO_ICALL                                                     
    5    15        INIT_FCALL                                                   'print_r'
         16        INIT_FCALL                                                   'array_map'
         17        SEND_VAL                                                     null
         18        SEND_VAL                                                     <array>
         19        SEND_VAL                                                     <array>
         20        SEND_VAL                                                     <array>
         21        DO_ICALL                                             $4      
         22        SEND_VAR                                                     $4
         23        DO_ICALL                                                     
         24      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
183.63 ms | 3499 KiB | 15 Q