3v4l.org

run code in 300+ PHP versions simultaneously
<?php function algo($algo, $algo2) { print "Hola Mundo"; } algo(1,2); algo(1,2,3);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/EPm8v
function name:  (null)
number of ops:  10
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   INIT_FCALL                                               'algo'
          1        SEND_VAL                                                 1
          2        SEND_VAL                                                 2
          3        DO_FCALL                                      0          
    8     4        INIT_FCALL                                               'algo'
          5        SEND_VAL                                                 1
          6        SEND_VAL                                                 2
          7        SEND_VAL                                                 3
          8        DO_FCALL                                      0          
          9      > RETURN                                                   1

Function algo:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/EPm8v
function name:  algo
number of ops:  4
compiled vars:  !0 = $algo, !1 = $algo2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
          1        RECV                                             !1      
    4     2        ECHO                                                     'Hola+Mundo'
    5     3      > RETURN                                                   null

End of function algo

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.24 ms | 1397 KiB | 15 Q