3v4l.org

run code in 300+ PHP versions simultaneously
<?php function f($a,$b) { $c = $a+$b; } f(1,2); f(1, 2); f(1, 2, 3); f(1, 2, 3, 4); f(1, 2, 3, 4, 5); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/JZ96N
function name:  (null)
number of ops:  27
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   INIT_FCALL                                               'f'
          1        SEND_VAL                                                 1
          2        SEND_VAL                                                 2
          3        DO_FCALL                                      0          
    7     4        INIT_FCALL                                               'f'
          5        SEND_VAL                                                 1
          6        SEND_VAL                                                 2
          7        DO_FCALL                                      0          
    8     8        INIT_FCALL                                               'f'
          9        SEND_VAL                                                 1
         10        SEND_VAL                                                 2
         11        SEND_VAL                                                 3
         12        DO_FCALL                                      0          
    9    13        INIT_FCALL                                               'f'
         14        SEND_VAL                                                 1
         15        SEND_VAL                                                 2
         16        SEND_VAL                                                 3
         17        SEND_VAL                                                 4
         18        DO_FCALL                                      0          
   10    19        INIT_FCALL                                               'f'
         20        SEND_VAL                                                 1
         21        SEND_VAL                                                 2
         22        SEND_VAL                                                 3
         23        SEND_VAL                                                 4
         24        SEND_VAL                                                 5
         25        DO_FCALL                                      0          
   11    26      > RETURN                                                   1

Function f:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/JZ96N
function name:  f
number of ops:  5
compiled vars:  !0 = $a, !1 = $b, !2 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   RECV                                             !0      
          1        RECV                                             !1      
    3     2        ADD                                              ~3      !0, !1
          3        ASSIGN                                                   !2, ~3
    4     4      > RETURN                                                   null

End of function f

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.81 ms | 1399 KiB | 18 Q