3v4l.org

run code in 300+ PHP versions simultaneously
<?php @apache_setenv('no-gzip', 1); @ini_set('zlib.output_compression', 0); @ini_set('implicit_flush', 1); for ($i = 0; $i < ob_get_level(); $i++) { ob_end_flush(); } ob_implicit_flush(1);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 23
Branch analysis from position: 23
2 jumps found. (Code = 44) Position 1 = 27, Position 2 = 20
Branch analysis from position: 27
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 20
2 jumps found. (Code = 44) Position 1 = 27, Position 2 = 20
Branch analysis from position: 27
Branch analysis from position: 20
filename:       /in/nRlma
function name:  (null)
number of ops:  31
compiled vars:  !0 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   BEGIN_SILENCE                                    ~1      
          1        INIT_FCALL_BY_NAME                                       'apache_setenv'
          2        SEND_VAL_EX                                              'no-gzip'
          3        SEND_VAL_EX                                              1
          4        DO_FCALL                                      0          
          5        END_SILENCE                                              ~1
    4     6        BEGIN_SILENCE                                    ~3      
          7        INIT_FCALL                                               'ini_set'
          8        SEND_VAL                                                 'zlib.output_compression'
          9        SEND_VAL                                                 0
         10        DO_ICALL                                                 
         11        END_SILENCE                                              ~3
    5    12        BEGIN_SILENCE                                    ~5      
         13        INIT_FCALL                                               'ini_set'
         14        SEND_VAL                                                 'implicit_flush'
         15        SEND_VAL                                                 1
         16        DO_ICALL                                                 
         17        END_SILENCE                                              ~5
    6    18        ASSIGN                                                   !0, 0
         19      > JMP                                                      ->23
         20    >   INIT_FCALL                                               'ob_end_flush'
         21        DO_ICALL                                                 
         22        PRE_INC                                                  !0
         23    >   INIT_FCALL                                               'ob_get_level'
         24        DO_ICALL                                         $10     
         25        IS_SMALLER                                               !0, $10
         26      > JMPNZ                                                    ~11, ->20
    7    27    >   INIT_FCALL                                               'ob_implicit_flush'
         28        SEND_VAL                                                 1
         29        DO_ICALL                                                 
         30      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.16 ms | 1396 KiB | 21 Q