3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,"http://sor.bealparslan.com/index.php"); curl_setopt($ch, CURLOPT_POST, 1); function generateRandomString() { return substr(str_shuffle("0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"), 0, 300); } curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); for ( $say=1 ; $say < 100000 ; $say++ ) { curl_setopt($ch, CURLOPT_POSTFIELDS,"soru=".generateRandomString()); curl_exec ($ch); } curl_close ($ch); ?>
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 = 23
Branch analysis from position: 38
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 23
2 jumps found. (Code = 44) Position 1 = 38, Position 2 = 23
Branch analysis from position: 38
Branch analysis from position: 23
filename:       /in/RC78t
function name:  (null)
number of ops:  42
compiled vars:  !0 = $ch, !1 = $say
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL_BY_NAME                                       'curl_init'
          1        DO_FCALL                                      0  $2      
          2        ASSIGN                                                   !0, $2
    3     3        INIT_FCALL_BY_NAME                                       'curl_setopt'
          4        SEND_VAR_EX                                              !0
          5        FETCH_CONSTANT                                   ~4      'CURLOPT_URL'
          6        SEND_VAL_EX                                              ~4
          7        SEND_VAL_EX                                              'http%3A%2F%2Fsor.bealparslan.com%2Findex.php'
          8        DO_FCALL                                      0          
    4     9        INIT_FCALL_BY_NAME                                       'curl_setopt'
         10        SEND_VAR_EX                                              !0
         11        FETCH_CONSTANT                                   ~6      'CURLOPT_POST'
         12        SEND_VAL_EX                                              ~6
         13        SEND_VAL_EX                                              1
         14        DO_FCALL                                      0          
   10    15        INIT_FCALL_BY_NAME                                       'curl_setopt'
         16        SEND_VAR_EX                                              !0
         17        FETCH_CONSTANT                                   ~8      'CURLOPT_RETURNTRANSFER'
         18        SEND_VAL_EX                                              ~8
         19        SEND_VAL_EX                                              1
         20        DO_FCALL                                      0          
   12    21        ASSIGN                                                   !1, 1
         22      > JMP                                                      ->36
   14    23    >   INIT_FCALL_BY_NAME                                       'curl_setopt'
         24        SEND_VAR_EX                                              !0
         25        FETCH_CONSTANT                                   ~11     'CURLOPT_POSTFIELDS'
         26        SEND_VAL_EX                                              ~11
         27        INIT_FCALL                                               'generaterandomstring'
         28        DO_FCALL                                      0  $12     
         29        CONCAT                                           ~13     'soru%3D', $12
         30        SEND_VAL_EX                                              ~13
         31        DO_FCALL                                      0          
   15    32        INIT_FCALL_BY_NAME                                       'curl_exec'
         33        SEND_VAR_EX                                              !0
         34        DO_FCALL                                      0          
   12    35        PRE_INC                                                  !1
         36    >   IS_SMALLER                                               !1, 100000
         37      > JMPNZ                                                    ~17, ->23
   20    38    >   INIT_FCALL_BY_NAME                                       'curl_close'
         39        SEND_VAR_EX                                              !0
         40        DO_FCALL                                      0          
   22    41      > RETURN                                                   1

Function generaterandomstring:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/RC78t
function name:  generateRandomString
number of ops:  10
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   INIT_FCALL                                               'substr'
          1        INIT_FCALL                                               'str_shuffle'
          2        SEND_VAL                                                 '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'
          3        DO_ICALL                                         $0      
          4        SEND_VAR                                                 $0
          5        SEND_VAL                                                 0
          6        SEND_VAL                                                 300
          7        DO_ICALL                                         $1      
          8      > RETURN                                                   $1
    7     9*     > RETURN                                                   null

End of function generaterandomstring

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.04 ms | 1403 KiB | 18 Q