3v4l.org

run code in 300+ PHP versions simultaneously
<?php ob_start('register_shutdown_function'); echo 'assert'; ob_flush(); echo 'phpinfo'; ob_end_flush();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/C94Mb
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                                                 'register_shutdown_function'
          2        DO_ICALL                                                 
    4     3        ECHO                                                     'assert'
    5     4        INIT_FCALL                                               'ob_flush'
          5        DO_ICALL                                                 
    6     6        ECHO                                                     'phpinfo'
    7     7        INIT_FCALL                                               'ob_end_flush'
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.51 ms | 1394 KiB | 19 Q