3v4l.org

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

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

End of function issuewithargs

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
156.37 ms | 2304 KiB | 10 Q