3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
182.82 ms | 1394 KiB | 21 Q