3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.96 ms | 1009 KiB | 15 Q