3v4l.org

run code in 500+ PHP versions simultaneously
<?php function Vuong($a, $b, $c){ $get = func_get_args(); $get[2] = 10; echo $c; print_r($get); } Vuong(1, 2, 3);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/dMfhW
function name:  (null)
number of ops:  6
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
   11     0  E >   INIT_FCALL                                                   'vuong'
          1        SEND_VAL                                                     1
          2        SEND_VAL                                                     2
          3        SEND_VAL                                                     3
          4        DO_FCALL                                          0          
          5      > RETURN                                                       1

Function vuong:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/dMfhW
function name:  Vuong
number of ops:  12
compiled vars:  !0 = $a, !1 = $b, !2 = $c, !3 = $get
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   RECV                                                 !0      
          1        RECV                                                 !1      
          2        RECV                                                 !2      
    4     3        FUNC_GET_ARGS                                        ~4      
          4        ASSIGN                                                       !3, ~4
    5     5        ASSIGN_DIM                                                   !3, 2
          6        OP_DATA                                                      10
    6     7        ECHO                                                         !2
    8     8        INIT_FCALL                                                   'print_r'
          9        SEND_VAR                                                     !3
         10        DO_ICALL                                                     
    9    11      > RETURN                                                       null

End of function vuong

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
158.83 ms | 2111 KiB | 15 Q