3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); $x = ini_get('zlib.output_compression'); if(empty($x)) { ob_start('ob_gzhandler'); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 9, Position 2 = 12
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
filename:       /in/7n1sa
function name:  (null)
number of ops:  13
compiled vars:  !0 = $x
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                                         $2      
          6        ASSIGN                                                   !0, $2
    5     7        ISSET_ISEMPTY_CV                                         !0
          8      > JMPZ                                                     ~4, ->12
    7     9    >   INIT_FCALL                                               'ob_start'
         10        SEND_VAL                                                 'ob_gzhandler'
         11        DO_ICALL                                                 
    8    12    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.63 ms | 1394 KiB | 19 Q