3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = "Lorem ipsum shizzle ma nizle"; echo "\n\n\n"; for($i=-1;$i<=9;$i++) echo (((gzcompress($data)))) . PHP_EOL . PHP_EOL;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 4
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 4
Branch analysis from position: 13
Branch analysis from position: 4
filename:       /in/P0G8K
function name:  (null)
number of ops:  14
compiled vars:  !0 = $data, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'Lorem+ipsum+shizzle+ma+nizle'
    4     1        ECHO                                                     '%0A%0A%0A'
    5     2        ASSIGN                                                   !1, -1
          3      > JMP                                                      ->11
    6     4    >   INIT_FCALL                                               'gzcompress'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $4      
          7        CONCAT                                           ~5      $4, '%0A'
          8        CONCAT                                           ~6      ~5, '%0A'
          9        ECHO                                                     ~6
    5    10        PRE_INC                                                  !1
         11    >   IS_SMALLER_OR_EQUAL                                      !1, 9
         12      > JMPNZ                                                    ~8, ->4
    6    13    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.24 ms | 1394 KiB | 15 Q