3v4l.org

run code in 500+ PHP versions simultaneously
<?php function redirect(string $status): never { echo "inside\n"; exit; } redirect("x");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lEkkg
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'redirect'
          1        SEND_VAL                                                     'x'
          2        DO_FCALL                                          0          
          3      > RETURN                                                       1

Function redirect:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 61) Position 1 = -2
filename:       /in/lEkkg
function name:  redirect
number of ops:  5
compiled vars:  !0 = $status
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   RECV                                                 !0      
          1        ECHO                                                         'inside%0A'
          2      > INIT_FCALL                                                   'exit'
          3*       DO_ICALL                                                     
          4*     > VERIFY_NEVER_TYPE                                            

End of function redirect

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
167.64 ms | 1412 KiB | 15 Q