3v4l.org

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

Function two_args:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/AuJ1L
function name:  two_args
number of ops:  7
compiled vars:  !0 = $one, !1 = $two
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
          1        RECV                                             !1      
    5     2        INIT_FCALL                                               'var_dump'
          3        SEND_VAR                                                 !0
          4        SEND_VAR                                                 !1
          5        DO_ICALL                                                 
    6     6      > RETURN                                                   null

End of function two_args

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.39 ms | 1012 KiB | 16 Q