3v4l.org

run code in 300+ PHP versions simultaneously
<?php function show_spanish($off) { return ("Nomor $n di spanyol disebut dengan $m"); } $off == array( array("1" => "uno"), array("2" => "dos"), array("3" => "tres"), array("4" => "cuatro"), array("5" => "cinco") ); $c = array_map("show_spanish", $off); print_r($c);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/m7eho
function name:  (null)
number of ops:  11
compiled vars:  !0 = $off, !1 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    8     0  E >   IS_EQUAL                                         ~2      !0, <array>
          1        FREE                                                     ~2
   15     2        INIT_FCALL                                               'array_map'
          3        SEND_VAL                                                 'show_spanish'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $3      
          6        ASSIGN                                                   !1, $3
   16     7        INIT_FCALL                                               'print_r'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Function show_spanish:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/m7eho
function name:  show_spanish
number of ops:  7
compiled vars:  !0 = $off, !1 = $n, !2 = $m
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   RECV                                             !0      
    4     1        ROPE_INIT                                     4  ~4      'Nomor+'
          2        ROPE_ADD                                      1  ~4      ~4, !1
          3        ROPE_ADD                                      2  ~4      ~4, '+di+spanyol+disebut+dengan+'
          4        ROPE_END                                      3  ~3      ~4, !2
          5      > RETURN                                                   ~3
    5     6*     > RETURN                                                   null

End of function show_spanish

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.84 ms | 1395 KiB | 17 Q