3v4l.org

run code in 300+ PHP versions simultaneously
<?php for($i=1;$i<1000;$i++){ $c = curl_init('http://jigsaw.w3.org/css-validator/check/referer'); curl_setopt($c, CURLOPT_REFERER, "http://slrr.pl/?".rand(1,463474)); curl_setopt($c, CURLOPT_RETURNTRANSFER, 1); curl_setopt($c, CURLOPT_SSL_VERIFYPEER, false); curl_exec($c); curl_close($c); echo $i.", "; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 38
Branch analysis from position: 38
2 jumps found. (Code = 44) Position 1 = 40, Position 2 = 2
Branch analysis from position: 40
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 40, Position 2 = 2
Branch analysis from position: 40
Branch analysis from position: 2
filename:       /in/t7Fim
function name:  (null)
number of ops:  41
compiled vars:  !0 = $i, !1 = $c
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 1
          1      > JMP                                                      ->38
    4     2    >   INIT_FCALL_BY_NAME                                       'curl_init'
          3        SEND_VAL_EX                                              'http%3A%2F%2Fjigsaw.w3.org%2Fcss-validator%2Fcheck%2Freferer'
          4        DO_FCALL                                      0  $3      
          5        ASSIGN                                                   !1, $3
    5     6        INIT_FCALL_BY_NAME                                       'curl_setopt'
          7        SEND_VAR_EX                                              !1
          8        FETCH_CONSTANT                                   ~5      'CURLOPT_REFERER'
          9        SEND_VAL_EX                                              ~5
         10        INIT_FCALL                                               'rand'
         11        SEND_VAL                                                 1
         12        SEND_VAL                                                 463474
         13        DO_ICALL                                         $6      
         14        CONCAT                                           ~7      'http%3A%2F%2Fslrr.pl%2F%3F', $6
         15        SEND_VAL_EX                                              ~7
         16        DO_FCALL                                      0          
    6    17        INIT_FCALL_BY_NAME                                       'curl_setopt'
         18        SEND_VAR_EX                                              !1
         19        FETCH_CONSTANT                                   ~9      'CURLOPT_RETURNTRANSFER'
         20        SEND_VAL_EX                                              ~9
         21        SEND_VAL_EX                                              1
         22        DO_FCALL                                      0          
    7    23        INIT_FCALL_BY_NAME                                       'curl_setopt'
         24        SEND_VAR_EX                                              !1
         25        FETCH_CONSTANT                                   ~11     'CURLOPT_SSL_VERIFYPEER'
         26        SEND_VAL_EX                                              ~11
         27        SEND_VAL_EX                                              <false>
         28        DO_FCALL                                      0          
    8    29        INIT_FCALL_BY_NAME                                       'curl_exec'
         30        SEND_VAR_EX                                              !1
         31        DO_FCALL                                      0          
    9    32        INIT_FCALL_BY_NAME                                       'curl_close'
         33        SEND_VAR_EX                                              !1
         34        DO_FCALL                                      0          
   10    35        CONCAT                                           ~15     !0, '%2C+'
         36        ECHO                                                     ~15
    3    37        PRE_INC                                                  !0
         38    >   IS_SMALLER                                               !0, 1000
         39      > JMPNZ                                                    ~17, ->2
   11    40    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.24 ms | 1400 KiB | 15 Q