3v4l.org

run code in 300+ PHP versions simultaneously
<?PHP $url = 'http://www.google.com/recaptcha/api/verify'; $data['privatekey'] = "6Lfzs_ESAAAAANS4DbMX4f5yLILbOxInzzZil2FE"; $data['remoteip'] = "192.168.0.1"; $data['challenge'] = "c"; $data['response'] = "r"; $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/ltSZk
function name:  (null)
number of ops:  18
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        ASSIGN_DIM                                               !1, 'remoteip'
          4        OP_DATA                                                  '192.168.0.1'
    5     5        ASSIGN_DIM                                               !1, 'challenge'
          6        OP_DATA                                                  'c'
    6     7        ASSIGN_DIM                                               !1, 'response'
          8        OP_DATA                                                  'r'
   10     9        INIT_ARRAY                                       ~8      'Content-type%3A+application%2Fx-www-form-urlencoded%0D%0A', 'header'
   11    10        ADD_ARRAY_ELEMENT                                ~8      'POST', 'method'
   12    11        INIT_FCALL                                               'http_build_query'
         12        SEND_VAR                                                 !1
         13        DO_ICALL                                         $9      
         14        ADD_ARRAY_ELEMENT                                ~8      $9, 'content'
         15        INIT_ARRAY                                       ~10     ~8, 'http'
    8    16        ASSIGN                                                   !2, ~10
   14    17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.51 ms | 1395 KiB | 15 Q