3v4l.org

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

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

End of function n

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.15 ms | 1397 KiB | 18 Q