3v4l.org

run code in 500+ PHP versions simultaneously
<?php function example(int|string $arg) : int|string { return $arg; } var_dump(example("foo")); var_dump(example(42));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Y5Vrb
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    7     0  E >   INIT_FCALL                                                   'var_dump'
          1        INIT_FCALL                                                   'example'
          2        SEND_VAL                                                     'foo'
          3        DO_FCALL                                          0  $0      
          4        SEND_VAR                                                     $0
          5        DO_ICALL                                                     
    8     6        INIT_FCALL                                                   'var_dump'
          7        INIT_FCALL                                                   'example'
          8        SEND_VAL                                                     42
          9        DO_FCALL                                          0  $2      
         10        SEND_VAR                                                     $2
         11        DO_ICALL                                                     
         12      > RETURN                                                       1

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

End of function example

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
169.47 ms | 1860 KiB | 16 Q