3v4l.org

run code in 300+ PHP versions simultaneously
<?php $postdata = http_build_query( array( 'recommend_id' => 'dot-irecommendthis-6644', 'suffix' => '', 'action' => 'dot-irecommendthis' ) ); var_dump( file_get_contents( 'http://rmsconf.com/paris/wp-admin/admin-ajax.php', false, stream_context_create( array( 'http' => array( 'method' => 'POST', 'content' => $postdata ) ) ) ) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lll9P
function name:  (null)
number of ops:  19
compiled vars:  !0 = $postdata
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'http_build_query'
    5     1        SEND_VAL                                                 <array>
          2        DO_ICALL                                         $1      
    3     3        ASSIGN                                                   !0, $1
   11     4        INIT_FCALL                                               'var_dump'
   12     5        INIT_FCALL                                               'file_get_contents'
   13     6        SEND_VAL                                                 'http%3A%2F%2Frmsconf.com%2Fparis%2Fwp-admin%2Fadmin-ajax.php'
   14     7        SEND_VAL                                                 <false>
   15     8        INIT_FCALL                                               'stream_context_create'
   18     9        INIT_ARRAY                                       ~3      'POST', 'method'
   19    10        ADD_ARRAY_ELEMENT                                ~3      !0, 'content'
         11        INIT_ARRAY                                       ~4      ~3, 'http'
         12        SEND_VAL                                                 ~4
         13        DO_ICALL                                         $5      
         14        SEND_VAR                                                 $5
         15        DO_ICALL                                         $6      
         16        SEND_VAR                                                 $6
         17        DO_ICALL                                                 
   24    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.28 ms | 1399 KiB | 21 Q