3v4l.org

run code in 300+ PHP versions simultaneously
<?PHP $url = 'http://www.google.com/recaptcha/api/verify'; $data['privatekey'] = "6Lfzs_ESAAAAANS4DbMX4f5yLILbOxInzzZil2FE"; $data['remoteip'] = $_SERVER['REMOTE_ADDR']; $data['challenge'] = $_POST['challenge']; $data['response'] = $_POST['response']; $options = array( 'http' => array( 'header' => "Content-type: application/x-www-form-urlencoded\r\n", 'method' => 'POST', 'content' => http_build_query($data), ), );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/JBWfv
function name:  (null)
number of ops:  24
compiled vars:  !0 = $url, !1 = $data, !2 = $options
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'http%3A%2F%2Fwww.google.com%2Frecaptcha%2Fapi%2Fverify'
    3     1        ASSIGN_DIM                                               !1, 'privatekey'
          2        OP_DATA                                                  '6Lfzs_ESAAAAANS4DbMX4f5yLILbOxInzzZil2FE'
    4     3        FETCH_R                      global              ~6      '_SERVER'
          4        FETCH_DIM_R                                      ~7      ~6, 'REMOTE_ADDR'
          5        ASSIGN_DIM                                               !1, 'remoteip'
          6        OP_DATA                                                  ~7
    5     7        FETCH_R                      global              ~9      '_POST'
          8        FETCH_DIM_R                                      ~10     ~9, 'challenge'
          9        ASSIGN_DIM                                               !1, 'challenge'
         10        OP_DATA                                                  ~10
    6    11        FETCH_R                      global              ~12     '_POST'
         12        FETCH_DIM_R                                      ~13     ~12, 'response'
         13        ASSIGN_DIM                                               !1, 'response'
         14        OP_DATA                                                  ~13
   10    15        INIT_ARRAY                                       ~14     'Content-type%3A+application%2Fx-www-form-urlencoded%0D%0A', 'header'
   11    16        ADD_ARRAY_ELEMENT                                ~14     'POST', 'method'
   12    17        INIT_FCALL                                               'http_build_query'
         18        SEND_VAR                                                 !1
         19        DO_ICALL                                         $15     
         20        ADD_ARRAY_ELEMENT                                ~14     $15, 'content'
         21        INIT_ARRAY                                       ~16     ~14, 'http'
    8    22        ASSIGN                                                   !2, ~16
   14    23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.38 ms | 940 KiB | 16 Q