3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array("a"=> "fdsfd","b"=>"123","c"=> "erwe4233"); //list($a, $b, $c) = $arr; array_map("sss", $arr); function sss($m="mmm", $n="nnn") { echo $m."::".$n."\n"; } var_dump($a); var_dump($b); var_dump($c);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/uC3sP
function name:  (null)
number of ops:  15
compiled vars:  !0 = $arr, !1 = $a, !2 = $b, !3 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    4     1        INIT_FCALL                                               'array_map'
          2        SEND_VAL                                                 'sss'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                                 
    8     5        INIT_FCALL                                               'var_dump'
          6        SEND_VAR                                                 !1
          7        DO_ICALL                                                 
    9     8        INIT_FCALL                                               'var_dump'
          9        SEND_VAR                                                 !2
         10        DO_ICALL                                                 
   10    11        INIT_FCALL                                               'var_dump'
         12        SEND_VAR                                                 !3
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Function sss:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/uC3sP
function name:  sss
number of ops:  7
compiled vars:  !0 = $m, !1 = $n
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   RECV_INIT                                        !0      'mmm'
          1        RECV_INIT                                        !1      'nnn'
    6     2        CONCAT                                           ~2      !0, '%3A%3A'
          3        CONCAT                                           ~3      ~2, !1
          4        CONCAT                                           ~4      ~3, '%0A'
          5        ECHO                                                     ~4
    7     6      > RETURN                                                   null

End of function sss

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
126.34 ms | 1400 KiB | 17 Q