3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set('session.use_cookies', '0'); ini_set('session.use_only_cookies',0); ini_set('session.use_trans_sid',1); session_id('sessionidhere'); session_start(); ?> <p><a href="index.php">Click This Anchor Tag!</a></p> <p><a href="#place">Internal link</a></p> <p><a href="http://php.net#foo">External link with anchor</a></p>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/HNrJ1
function name:  (null)
number of ops:  19
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'ini_set'
          1        SEND_VAL                                                 'session.use_cookies'
          2        SEND_VAL                                                 '0'
          3        DO_ICALL                                                 
    3     4        INIT_FCALL                                               'ini_set'
          5        SEND_VAL                                                 'session.use_only_cookies'
          6        SEND_VAL                                                 0
          7        DO_ICALL                                                 
    4     8        INIT_FCALL                                               'ini_set'
          9        SEND_VAL                                                 'session.use_trans_sid'
         10        SEND_VAL                                                 1
         11        DO_ICALL                                                 
    5    12        INIT_FCALL                                               'session_id'
         13        SEND_VAL                                                 'sessionidhere'
         14        DO_ICALL                                                 
    6    15        INIT_FCALL                                               'session_start'
         16        DO_ICALL                                                 
    9    17        ECHO                                                     '%3Cp%3E%3Ca+href%3D%22index.php%22%3EClick+This+Anchor+Tag%21%3C%2Fa%3E%3C%2Fp%3E%0A%3Cp%3E%3Ca+href%3D%22%23place%22%3EInternal+link%3C%2Fa%3E%3C%2Fp%3E%0A%3Cp%3E%3Ca+href%3D%22http%3A%2F%2Fphp.net%23foo%22%3EExternal+link+with+anchor%3C%2Fa%3E%3C%2Fp%3E'
   11    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.57 ms | 1386 KiB | 19 Q