3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); if(empty(ini_get('zlib.output_compression'))) { ob_start('ob_gzhandler'); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 11
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
filename:       /in/q5vDB
function name:  (null)
number of ops:  12
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 32767
          2        DO_ICALL                                                 
    4     3        INIT_FCALL                                               'ini_get'
          4        SEND_VAL                                                 'zlib.output_compression'
          5        DO_ICALL                                         $1      
          6        BOOL_NOT                                         ~2      $1
          7      > JMPZ                                                     ~2, ->11
    6     8    >   INIT_FCALL                                               'ob_start'
          9        SEND_VAL                                                 'ob_gzhandler'
         10        DO_ICALL                                                 
    7    11    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.41 ms | 1394 KiB | 19 Q