3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set('max_execution_time', 30000000); //300 seconds = 5 minutes for($i = 1; $i < 5; $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 = 14
Branch analysis from position: 14
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/HYJAV
function name:  (null)
number of ops:  17
compiled vars:  !0 = $i, !1 = $email
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'ini_set'
          1        SEND_VAL                                                 'max_execution_time'
          2        SEND_VAL                                                 30000000
          3        DO_ICALL                                                 
    3     4        ASSIGN                                                   !0, 1
          5      > JMP                                                      ->14
    5     6    >   INIT_FCALL                                               'file_get_contents'
          7        CONCAT                                           ~4      'http%3A%2F%2Fwww.redbana.com%2FMemberShip%2FSearchIDPWValidation.aspx%3FMethod%3DFindEmail%26UserKey%3D', !0
          8        SEND_VAL                                                 ~4
          9        DO_ICALL                                         $5      
         10        ASSIGN                                                   !1, $5
    6    11        CONCAT                                           ~7      !1, '%3Cbr%3E'
         12        ECHO                                                     ~7
    3    13        PRE_INC                                                  !0
         14    >   IS_SMALLER                                               !0, 5
         15      > JMPNZ                                                    ~9, ->6
    8    16    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.18 ms | 1395 KiB | 17 Q