3v4l.org

run code in 300+ PHP versions simultaneously
<?php // create a new cURL resource $ch = curl_init(); $url = 'https://docs.google.com/forms/d/1BkFxau3vtanXYfpBWdC3OEp5PkHFpTZUQxTmbFMRZDs/formResponse?ifq&entry.1437331588=111'; $url .= '&entry.395186395=333'; // set URL and other appropriate options curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_HEADER, 0); // grab URL and pass it to the browser curl_exec($ch); // close cURL resource, and free up system resources // https://docs.google.com/forms/d/1BkFxau3vtanXYfpBWdC3OEp5PkHFpTZUQxTmbFMRZDs/formResponse?ifq&entry.1437331588=33&entry.395186395=66 curl_close($ch); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/sbrEG
function name:  (null)
number of ops:  24
compiled vars:  !0 = $ch, !1 = $url
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        ASSIGN                                                   !1, 'https%3A%2F%2Fdocs.google.com%2Fforms%2Fd%2F1BkFxau3vtanXYfpBWdC3OEp5PkHFpTZUQxTmbFMRZDs%2FformResponse%3Fifq%26entry.1437331588%3D111'
    7     4        ASSIGN_OP                                     8          !1, '%26entry.395186395%3D333'
   11     5        INIT_FCALL_BY_NAME                                       'curl_setopt'
          6        SEND_VAR_EX                                              !0
          7        FETCH_CONSTANT                                   ~6      'CURLOPT_URL'
          8        SEND_VAL_EX                                              ~6
          9        SEND_VAR_EX                                              !1
         10        DO_FCALL                                      0          
   12    11        INIT_FCALL_BY_NAME                                       'curl_setopt'
         12        SEND_VAR_EX                                              !0
         13        FETCH_CONSTANT                                   ~8      'CURLOPT_HEADER'
         14        SEND_VAL_EX                                              ~8
         15        SEND_VAL_EX                                              0
         16        DO_FCALL                                      0          
   15    17        INIT_FCALL_BY_NAME                                       'curl_exec'
         18        SEND_VAR_EX                                              !0
         19        DO_FCALL                                      0          
   19    20        INIT_FCALL_BY_NAME                                       'curl_close'
         21        SEND_VAR_EX                                              !0
         22        DO_FCALL                                      0          
   20    23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.59 ms | 1393 KiB | 13 Q