3v4l.org

run code in 300+ PHP versions simultaneously
<?php ob_start(); $a+$b; session_start(); echo session_id();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jgnLh
function name:  (null)
number of ops:  10
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                                               'session_start'
          5        DO_ICALL                                                 
    5     6        INIT_FCALL                                               'session_id'
          7        DO_ICALL                                         $5      
          8        ECHO                                                     $5
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.28 ms | 1394 KiB | 19 Q