3v4l.org

run code in 300+ PHP versions simultaneously
<?php if (ob_get_level()) ob_end_clean(); ob_start(); ob_start(); ob_start(); ob_start(); $out = ''; while (ob_get_level()) { echo ob_get_level()."\n"; $out .= ob_get_clean(); } echo $out;
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 3, Position 2 = 5
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 22
Branch analysis from position: 22
2 jumps found. (Code = 44) Position 1 = 25, Position 2 = 15
Branch analysis from position: 25
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 15
2 jumps found. (Code = 44) Position 1 = 25, Position 2 = 15
Branch analysis from position: 25
Branch analysis from position: 15
Branch analysis from position: 5
filename:       /in/aRl78
function name:  (null)
number of ops:  27
compiled vars:  !0 = $out
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'ob_get_level'
          1        DO_ICALL                                         $1      
          2      > JMPZ                                                     $1, ->5
          3    >   INIT_FCALL                                               'ob_end_clean'
          4        DO_ICALL                                                 
    4     5    >   INIT_FCALL                                               'ob_start'
          6        DO_ICALL                                                 
    5     7        INIT_FCALL                                               'ob_start'
          8        DO_ICALL                                                 
    6     9        INIT_FCALL                                               'ob_start'
         10        DO_ICALL                                                 
    7    11        INIT_FCALL                                               'ob_start'
         12        DO_ICALL                                                 
    9    13        ASSIGN                                                   !0, ''
   11    14      > JMP                                                      ->22
   13    15    >   INIT_FCALL                                               'ob_get_level'
         16        DO_ICALL                                         $8      
         17        CONCAT                                           ~9      $8, '%0A'
         18        ECHO                                                     ~9
   14    19        INIT_FCALL                                               'ob_get_clean'
         20        DO_ICALL                                         $10     
         21        ASSIGN_OP                                     8          !0, $10
   11    22    >   INIT_FCALL                                               'ob_get_level'
         23        DO_ICALL                                         $12     
         24      > JMPNZ                                                    $12, ->15
   17    25    >   ECHO                                                     !0
   18    26      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
132.7 ms | 944 KiB | 22 Q