3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Redirect ke URL yang diinginkan header("Location: https://www.example.com"); // Pastikan untuk menghentikan eksekusi skrip setelah redirect exit(); ?> <?php // Redirect ke URL yang diinginkan header("Location: https://www.example.com"); // Pastikan untuk menghentikan eksekusi skrip setelah redirect exit(); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 79) Position 1 = -2
filename:       /in/E5sohI
function name:  (null)
number of ops:  9
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'header'
          1        SEND_VAL                                                 'Location%3A+https%3A%2F%2Fwww.example.com'
          2        DO_ICALL                                                 
    6     3      > EXIT                                                     
   10     4*       INIT_FCALL                                               'header'
          5*       SEND_VAL                                                 'Location%3A+https%3A%2F%2Fwww.example.com'
          6*       DO_ICALL                                                 
   13     7*       EXIT                                                     
   14     8*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
139.07 ms | 952 KiB | 14 Q