3v4l.org

run code in 300+ PHP versions simultaneously
<?php ob_start(); ?> Some data <?php $data = ob_get_clean(); var_dump('start ' . $data . ' end');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/UNrfn
function name:  (null)
number of ops:  12
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                                                     'Some+data%0A'
    7     3        INIT_FCALL                                               'ob_get_clean'
          4        DO_ICALL                                         $2      
          5        ASSIGN                                                   !0, $2
    8     6        INIT_FCALL                                               'var_dump'
          7        CONCAT                                           ~4      'start+', !0
          8        CONCAT                                           ~5      ~4, '+end'
          9        SEND_VAL                                                 ~5
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.73 ms | 1394 KiB | 19 Q