3v4l.org

run code in 300+ PHP versions simultaneously
<?php $trys = 0; while (true) { $this->token = str_random(32); var_dump(123); $trys++; if ($trys >= 4) { break; } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 15
Branch analysis from position: 15
2 jumps found. (Code = 44) Position 1 = 16, Position 2 = 2
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 43) Position 1 = 14, Position 2 = 15
Branch analysis from position: 14
1 jumps found. (Code = 42) Position 1 = 16
Branch analysis from position: 16
Branch analysis from position: 15
filename:       /in/GAWEu
function name:  (null)
number of ops:  17
compiled vars:  !0 = $trys
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 0
    5     1      > JMP                                                      ->15
    6     2    >   FETCH_THIS                                       $2      
          3        INIT_FCALL_BY_NAME                                       'str_random'
          4        SEND_VAL_EX                                              32
          5        DO_FCALL                                      0  $4      
          6        ASSIGN_OBJ                                               $2, 'token'
          7        OP_DATA                                                  $4
    8     8        INIT_FCALL                                               'var_dump'
          9        SEND_VAL                                                 123
         10        DO_ICALL                                                 
   10    11        PRE_INC                                                  !0
   12    12        IS_SMALLER_OR_EQUAL                                      4, !0
         13      > JMPZ                                                     ~7, ->15
   13    14    > > JMP                                                      ->16
    5    15    > > JMPNZ                                                    <true>, ->2
   15    16    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.59 ms | 1395 KiB | 15 Q