3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i = 0, $string = "0192837465pqowieurytlaksjdhfgzmxncbv"; $i < 10; $i++) { $string = str_shuffle($string); echo $string.'<br />'; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
2 jumps found. (Code = 44) Position 1 = 12, Position 2 = 3
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 12, Position 2 = 3
Branch analysis from position: 12
Branch analysis from position: 3
filename:       /in/u58DZ
function name:  (null)
number of ops:  13
compiled vars:  !0 = $i, !1 = $string
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 0
          1        ASSIGN                                                   !1, '0192837465pqowieurytlaksjdhfgzmxncbv'
          2      > JMP                                                      ->10
    5     3    >   INIT_FCALL                                               'str_shuffle'
          4        SEND_VAR                                                 !1
          5        DO_ICALL                                         $4      
          6        ASSIGN                                                   !1, $4
    6     7        CONCAT                                           ~6      !1, '%3Cbr+%2F%3E'
          8        ECHO                                                     ~6
    3     9        PRE_INC                                                  !0
         10    >   IS_SMALLER                                               !0, 10
         11      > JMPNZ                                                    ~8, ->3
    7    12    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.59 ms | 1394 KiB | 15 Q