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); ini_set('session.trans_sid_hosts','php.net'); 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/un9KD
function name:  (null)
number of ops:  23
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                                               'ini_set'
         13        SEND_VAL                                                 'session.trans_sid_hosts'
         14        SEND_VAL                                                 'php.net'
         15        DO_ICALL                                                 
    6    16        INIT_FCALL                                               'session_id'
         17        SEND_VAL                                                 'sessionidhere'
         18        DO_ICALL                                                 
    7    19        INIT_FCALL                                               'session_start'
         20        DO_ICALL                                                 
   10    21        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%2F%23foo%22%3EExternal+link+with+anchor%3C%2Fa%3E%3C%2Fp%3E'
   12    22      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.39 ms | 1395 KiB | 19 Q