3v4l.org

run code in 300+ PHP versions simultaneously
<?php ob_start(); ?> <html> <head> <title>random crap</title> </head> <body> Some data </body> </html> <?php $data = ob_get_clean(); var_dump($data);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/K80WH
function name:  (null)
number of ops:  10
compiled vars:  !0 = $data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'ob_start'
          1        DO_ICALL                                                 
    4     2        ECHO                                                     '%3Chtml%3E%0A%3Chead%3E%0A++%3Ctitle%3Erandom+crap%3C%2Ftitle%3E%0A%3C%2Fhead%3E%0A%3Cbody%3E%0A++Some+data%0A%3C%2Fbody%3E%0A%3C%2Fhtml%3E%0A'
   14     3        INIT_FCALL                                               'ob_get_clean'
          4        DO_ICALL                                         $2      
          5        ASSIGN                                                   !0, $2
   15     6        INIT_FCALL                                               'var_dump'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.79 ms | 1394 KiB | 19 Q