3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data_array = array( 'full_base_path' => "www.tesoelite.com/forums", 'domain' => "www.tesoelite.com", 'ip_address' => "206.190.130.173", 'addon_id' => "Brivium_Credits", 'title' => "Brivium - Credits Premium", 'version_id' => "1010300", 'server' => $_SERVER ); $url = "http://brivium.com/index.php?lc"; $params = array('http' => array( 'header' => "Content-type: application/x-www-form-urlencoded\r\n", 'method' => 'POST', 'content' => http_build_query($data_array) )); $context = stream_context_create($params); $result = file_get_contents($url, false, $context); var_dump($result); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ecMsi
function name:  (null)
number of ops:  32
compiled vars:  !0 = $data_array, !1 = $url, !2 = $params, !3 = $context, !4 = $result
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_ARRAY                                       ~5      'www.tesoelite.com%2Fforums', 'full_base_path'
    4     1        ADD_ARRAY_ELEMENT                                ~5      'www.tesoelite.com', 'domain'
    5     2        ADD_ARRAY_ELEMENT                                ~5      '206.190.130.173', 'ip_address'
    6     3        ADD_ARRAY_ELEMENT                                ~5      'Brivium_Credits', 'addon_id'
    7     4        ADD_ARRAY_ELEMENT                                ~5      'Brivium+-+Credits+Premium', 'title'
    8     5        ADD_ARRAY_ELEMENT                                ~5      '1010300', 'version_id'
    9     6        FETCH_R                      global              ~6      '_SERVER'
          7        ADD_ARRAY_ELEMENT                                ~5      ~6, 'server'
    2     8        ASSIGN                                                   !0, ~5
   12     9        ASSIGN                                                   !1, 'http%3A%2F%2Fbrivium.com%2Findex.php%3Flc'
   17    10        INIT_ARRAY                                       ~9      'Content-type%3A+application%2Fx-www-form-urlencoded%0D%0A', 'header'
   18    11        ADD_ARRAY_ELEMENT                                ~9      'POST', 'method'
   19    12        INIT_FCALL                                               'http_build_query'
         13        SEND_VAR                                                 !0
         14        DO_ICALL                                         $10     
         15        ADD_ARRAY_ELEMENT                                ~9      $10, 'content'
         16        INIT_ARRAY                                       ~11     ~9, 'http'
   16    17        ASSIGN                                                   !2, ~11
   22    18        INIT_FCALL                                               'stream_context_create'
         19        SEND_VAR                                                 !2
         20        DO_ICALL                                         $13     
         21        ASSIGN                                                   !3, $13
   23    22        INIT_FCALL                                               'file_get_contents'
         23        SEND_VAR                                                 !1
         24        SEND_VAL                                                 <false>
         25        SEND_VAR                                                 !3
         26        DO_ICALL                                         $15     
         27        ASSIGN                                                   !4, $15
   24    28        INIT_FCALL                                               'var_dump'
         29        SEND_VAR                                                 !4
         30        DO_ICALL                                                 
   25    31      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.03 ms | 1396 KiB | 21 Q