3v4l.org

run code in 300+ PHP versions simultaneously
<?php ob_start(); $a+$b; ob_end_clean(); session_start(); echo session_id();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/bcA67
function name:  (null)
number of ops:  12
compiled vars:  !0 = $a, !1 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'ob_start'
          1        DO_ICALL                                                 
    3     2        ADD                                              ~3      !0, !1
          3        FREE                                                     ~3
    4     4        INIT_FCALL                                               'ob_end_clean'
          5        DO_ICALL                                                 
    5     6        INIT_FCALL                                               'session_start'
          7        DO_ICALL                                                 
    6     8        INIT_FCALL                                               'session_id'
          9        DO_ICALL                                         $6      
         10        ECHO                                                     $6
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.73 ms | 1394 KiB | 21 Q