3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.35 ms | 1385 KiB | 19 Q