3v4l.org

run code in 300+ PHP versions simultaneously
<?php ob_start(); echo "This is buffered and isn't shown."; ob_end_clean(); ob_start(); echo "This is buffered but gets flushed by shutdown"; exit(0);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 79) Position 1 = -2
filename:       /in/IeNZl
function name:  (null)
number of ops:  10
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'ob_start'
          1        DO_ICALL                                                 
    6     2        ECHO                                                     'This+is+buffered+and+isn%27t+shown.'
    8     3        INIT_FCALL                                               'ob_end_clean'
          4        DO_ICALL                                                 
   10     5        INIT_FCALL                                               'ob_start'
          6        DO_ICALL                                                 
   12     7        ECHO                                                     'This+is+buffered+but+gets+flushed+by+shutdown'
   15     8      > EXIT                                                     0
          9*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.19 ms | 1394 KiB | 17 Q