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();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/C0QpF
function name:  (null)
number of ops:  7
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
          6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.54 ms | 1394 KiB | 17 Q