3v4l.org

run code in 300+ PHP versions simultaneously
<?php function rechne(?string $test): ?int { return $test; } var_dump(rechne(null)); var_dump(rechne("str"));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1o9rj
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                                               'rechne'
          2        SEND_VAL                                                 null
          3        DO_FCALL                                      0  $0      
          4        SEND_VAR                                                 $0
          5        DO_ICALL                                                 
    8     6        INIT_FCALL                                               'var_dump'
          7        INIT_FCALL                                               'rechne'
          8        SEND_VAL                                                 'str'
          9        DO_FCALL                                      0  $2      
         10        SEND_VAR                                                 $2
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Function rechne:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1o9rj
function name:  rechne
number of ops:  5
compiled vars:  !0 = $test
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 rechne

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.61 ms | 1397 KiB | 17 Q