3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ch=curl_init(); curl_setopt($ch,CURLOPT_URL,"http://www.turbogen.pl/result.php"); curl_setopt($ch,CURLOPT_POST,1); curl_setopt($ch,CURLOPT_POSTFIELDS,"url=http://turbobit.net/3hgy3otmy5lm.html"); $veri = curl_exec($ch); curl_close($ch); echo $veri; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/VhAEm
function name:  (null)
number of ops:  30
compiled vars:  !0 = $ch, !1 = $veri
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                       'curl_init'
          1        DO_FCALL                                      0  $2      
          2        ASSIGN                                                   !0, $2
    5     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%2Fwww.turbogen.pl%2Fresult.php'
          8        DO_FCALL                                      0          
    7     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          
    9    15        INIT_FCALL_BY_NAME                                       'curl_setopt'
         16        SEND_VAR_EX                                              !0
         17        FETCH_CONSTANT                                   ~8      'CURLOPT_POSTFIELDS'
         18        SEND_VAL_EX                                              ~8
         19        SEND_VAL_EX                                              'url%3Dhttp%3A%2F%2Fturbobit.net%2F3hgy3otmy5lm.html'
         20        DO_FCALL                                      0          
   11    21        INIT_FCALL_BY_NAME                                       'curl_exec'
         22        SEND_VAR_EX                                              !0
         23        DO_FCALL                                      0  $10     
         24        ASSIGN                                                   !1, $10
   13    25        INIT_FCALL_BY_NAME                                       'curl_close'
         26        SEND_VAR_EX                                              !0
         27        DO_FCALL                                      0          
   15    28        ECHO                                                     !1
   17    29      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.21 ms | 1394 KiB | 13 Q