3v4l.org

run code in 300+ PHP versions simultaneously
<?php for($i = 0; $i<10; $i++) { $ch = curl_init('http://www.eska.pl/indexajax.php?action=NewsMultimediaPollv5&start=increment'); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, "cmm=83798&answer=1"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $data = curl_exec($ch); echo $i.'<br>'; echo htmlspecialchars($data).'<br>'; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 36
Branch analysis from position: 36
2 jumps found. (Code = 44) Position 1 = 38, Position 2 = 2
Branch analysis from position: 38
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 38, Position 2 = 2
Branch analysis from position: 38
Branch analysis from position: 2
filename:       /in/c0WqL
function name:  (null)
number of ops:  39
compiled vars:  !0 = $i, !1 = $ch, !2 = $data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 0
          1      > JMP                                                      ->36
    5     2    >   INIT_FCALL_BY_NAME                                       'curl_init'
          3        SEND_VAL_EX                                              'http%3A%2F%2Fwww.eska.pl%2Findexajax.php%3Faction%3DNewsMultimediaPollv5%26start%3Dincrement'
          4        DO_FCALL                                      0  $4      
          5        ASSIGN                                                   !1, $4
    6     6        INIT_FCALL_BY_NAME                                       'curl_setopt'
          7        SEND_VAR_EX                                              !1
          8        FETCH_CONSTANT                                   ~6      'CURLOPT_POST'
          9        SEND_VAL_EX                                              ~6
         10        SEND_VAL_EX                                              1
         11        DO_FCALL                                      0          
    7    12        INIT_FCALL_BY_NAME                                       'curl_setopt'
         13        SEND_VAR_EX                                              !1
         14        FETCH_CONSTANT                                   ~8      'CURLOPT_POSTFIELDS'
         15        SEND_VAL_EX                                              ~8
         16        SEND_VAL_EX                                              'cmm%3D83798%26answer%3D1'
         17        DO_FCALL                                      0          
    8    18        INIT_FCALL_BY_NAME                                       'curl_setopt'
         19        SEND_VAR_EX                                              !1
         20        FETCH_CONSTANT                                   ~10     'CURLOPT_RETURNTRANSFER'
         21        SEND_VAL_EX                                              ~10
         22        SEND_VAL_EX                                              <true>
         23        DO_FCALL                                      0          
    9    24        INIT_FCALL_BY_NAME                                       'curl_exec'
         25        SEND_VAR_EX                                              !1
         26        DO_FCALL                                      0  $12     
         27        ASSIGN                                                   !2, $12
   10    28        CONCAT                                           ~14     !0, '%3Cbr%3E'
         29        ECHO                                                     ~14
   11    30        INIT_FCALL                                               'htmlspecialchars'
         31        SEND_VAR                                                 !2
         32        DO_ICALL                                         $15     
         33        CONCAT                                           ~16     $15, '%3Cbr%3E'
         34        ECHO                                                     ~16
    3    35        PRE_INC                                                  !0
         36    >   IS_SMALLER                                               !0, 10
         37      > JMPNZ                                                    ~18, ->2
   12    38    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.84 ms | 1396 KiB | 15 Q