3v4l.org

run code in 300+ PHP versions simultaneously
<?php session_start(); $_SESSION['ddd'] = 'fdsfsd'; session_write_close(); session_start(); $_SESSION['ddd1'] = 'fdsfsd1'; session_write_close(); session_start(); session_write_close(); echo '<pre>'; var_dump(headers_list());
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vObUC
function name:  (null)
number of ops:  25
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'session_start'
          1        DO_ICALL                                                 
    3     2        FETCH_W                      global              $1      '_SESSION'
          3        ASSIGN_DIM                                               $1, 'ddd'
          4        OP_DATA                                                  'fdsfsd'
    4     5        INIT_FCALL                                               'session_write_close'
          6        DO_ICALL                                                 
    5     7        INIT_FCALL                                               'session_start'
          8        DO_ICALL                                                 
    6     9        FETCH_W                      global              $5      '_SESSION'
         10        ASSIGN_DIM                                               $5, 'ddd1'
         11        OP_DATA                                                  'fdsfsd1'
    7    12        INIT_FCALL                                               'session_write_close'
         13        DO_ICALL                                                 
    8    14        INIT_FCALL                                               'session_start'
         15        DO_ICALL                                                 
    9    16        INIT_FCALL                                               'session_write_close'
         17        DO_ICALL                                                 
   12    18        ECHO                                                     '%3Cpre%3E'
   13    19        INIT_FCALL                                               'var_dump'
         20        INIT_FCALL                                               'headers_list'
         21        DO_ICALL                                         $10     
         22        SEND_VAR                                                 $10
         23        DO_ICALL                                                 
         24      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
176.63 ms | 1395 KiB | 21 Q