3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input = array( "foo" => "bar", "bar" => "foofoofoofoofoofoofoo", "name" => "name34234242224" ); $c = array_map("chunk_split", $input, 16); print_r($c);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/kKYsc
function name:  (null)
number of ops:  11
compiled vars:  !0 = $input, !1 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   10     1        INIT_FCALL                                               'array_map'
          2        SEND_VAL                                                 'chunk_split'
          3        SEND_VAR                                                 !0
          4        SEND_VAL                                                 16
          5        DO_ICALL                                         $3      
          6        ASSIGN                                                   !1, $3
   11     7        INIT_FCALL                                               'print_r'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.54 ms | 1385 KiB | 17 Q