3v4l.org

run code in 300+ PHP versions simultaneously
<?php $postdata = http_build_query( array( 'author' => 'John Doe', 'email' => 'john@doe.com', 'subject' => 'Get a better Sysadmin', 'message' => '...as i said.', 'action' => 'fastblog_contact_form' ) ); $opts = array('http' => array( 'method' => 'POST', 'header' => 'Content-type: application/x-www-form-urlencoded', 'content' => $postdata ) ); $context = stream_context_create($opts); $result = file_get_contents('http://alpen-donau.info/wp-admin/admin-ajax.php', false, $context);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3Kjba
function name:  (null)
number of ops:  20
compiled vars:  !0 = $postdata, !1 = $opts, !2 = $context, !3 = $result
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'http_build_query'
    4     1        SEND_VAL                                                 <array>
          2        DO_ICALL                                         $4      
    2     3        ASSIGN                                                   !0, $4
   14     4        INIT_ARRAY                                       ~6      'POST', 'method'
   15     5        ADD_ARRAY_ELEMENT                                ~6      'Content-type%3A+application%2Fx-www-form-urlencoded', 'header'
   16     6        ADD_ARRAY_ELEMENT                                ~6      !0, 'content'
          7        INIT_ARRAY                                       ~7      ~6, 'http'
   12     8        ASSIGN                                                   !1, ~7
   20     9        INIT_FCALL                                               'stream_context_create'
         10        SEND_VAR                                                 !1
         11        DO_ICALL                                         $9      
         12        ASSIGN                                                   !2, $9
   22    13        INIT_FCALL                                               'file_get_contents'
         14        SEND_VAL                                                 'http%3A%2F%2Falpen-donau.info%2Fwp-admin%2Fadmin-ajax.php'
         15        SEND_VAL                                                 <false>
         16        SEND_VAR                                                 !2
         17        DO_ICALL                                         $11     
         18        ASSIGN                                                   !3, $11
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.22 ms | 1395 KiB | 19 Q