3v4l.org

run code in 300+ PHP versions simultaneously
<?php function echoThis($param1, $param2) { echo $param1 . $param2; } foreach (array('http-equiv' => 'foo', 'content' => 'bar') as $attribute => $value) { echoThis($attribute, $value); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 1, Position 2 = 8
Branch analysis from position: 1
2 jumps found. (Code = 78) Position 1 = 2, Position 2 = 8
Branch analysis from position: 2
1 jumps found. (Code = 42) Position 1 = 1
Branch analysis from position: 1
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
filename:       /in/YChS3
function name:  (null)
number of ops:  10
compiled vars:  !0 = $value, !1 = $attribute
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E > > FE_RESET_R                                       $2      <array>, ->8
          1    > > FE_FETCH_R                                       ~3      $2, !0, ->8
          2    >   ASSIGN                                                   !1, ~3
    7     3        INIT_FCALL                                               'echothis'
          4        SEND_VAR                                                 !1
          5        SEND_VAR                                                 !0
          6        DO_FCALL                                      0          
    6     7      > JMP                                                      ->1
          8    >   FE_FREE                                                  $2
    8     9      > RETURN                                                   1

Function echothis:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YChS3
function name:  echoThis
number of ops:  5
compiled vars:  !0 = $param1, !1 = $param2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   RECV                                             !0      
          1        RECV                                             !1      
    3     2        CONCAT                                           ~2      !0, !1
          3        ECHO                                                     ~2
    4     4      > RETURN                                                   null

End of function echothis

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.25 ms | 1389 KiB | 14 Q