3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = 'vmiac'; echo $data; $compressed = gzcompress($data); echo "\n\r"; for ($i = 0; $i < strlen($compressed); $i++) { echo ord($compressed[$i])."\n"; } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 16
Branch analysis from position: 16
2 jumps found. (Code = 44) Position 1 = 19, Position 2 = 9
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
2 jumps found. (Code = 44) Position 1 = 19, Position 2 = 9
Branch analysis from position: 19
Branch analysis from position: 9
filename:       /in/HSTrt
function name:  (null)
number of ops:  20
compiled vars:  !0 = $data, !1 = $compressed, !2 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'vmiac'
    3     1        ECHO                                                     !0
    4     2        INIT_FCALL                                               'gzcompress'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $4      
          5        ASSIGN                                                   !1, $4
    5     6        ECHO                                                     '%0A%0D'
    6     7        ASSIGN                                                   !2, 0
          8      > JMP                                                      ->16
    7     9    >   INIT_FCALL                                               'ord'
         10        FETCH_DIM_R                                      ~7      !1, !2
         11        SEND_VAL                                                 ~7
         12        DO_ICALL                                         $8      
         13        CONCAT                                           ~9      $8, '%0A'
         14        ECHO                                                     ~9
    6    15        PRE_INC                                                  !2
         16    >   STRLEN                                           ~11     !1
         17        IS_SMALLER                                               !2, ~11
         18      > JMPNZ                                                    ~12, ->9
    9    19    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
178.92 ms | 940 KiB | 18 Q