3v4l.org

run code in 300+ PHP versions simultaneously
<?php $trademark = 'Корсар'; for ($i = 1; $i < 10000; $i++) { $c = crc32($trademark . $i); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 9
Branch analysis from position: 9
2 jumps found. (Code = 44) Position 1 = 11, Position 2 = 3
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 11, Position 2 = 3
Branch analysis from position: 11
Branch analysis from position: 3
filename:       /in/1IcEM
function name:  (null)
number of ops:  12
compiled vars:  !0 = $trademark, !1 = $i, !2 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%D0%9A%D0%BE%D1%80%D1%81%D0%B0%D1%80'
    5     1        ASSIGN                                                   !1, 1
          2      > JMP                                                      ->9
    6     3    >   INIT_FCALL                                               'crc32'
          4        CONCAT                                           ~5      !0, !1
          5        SEND_VAL                                                 ~5
          6        DO_ICALL                                         $6      
          7        ASSIGN                                                   !2, $6
    5     8        PRE_INC                                                  !1
          9    >   IS_SMALLER                                               !1, 10000
         10      > JMPNZ                                                    ~9, ->3
    7    11    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.99 ms | 1394 KiB | 15 Q