3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.57 ms | 1395 KiB | 17 Q