3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = "http://gribservice-eu-w.cloudapp.net/api/stripeservice/getcustomerbyemail"; //$url = "http://requestb.in/1g9z4q81"; $response = wp_remote_post( $url, array( 'method' => 'POST', 'timeout' => 45, 'redirection' => 5, 'httpversion' => '1.0', 'blocking' => true, 'headers' => array(), 'body' => array( 'email' => $_POST['stripeEmail'] ), 'cookies' => array() ) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/nV6IB
function name:  (null)
number of ops:  18
compiled vars:  !0 = $url, !1 = $response
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'http%3A%2F%2Fgribservice-eu-w.cloudapp.net%2Fapi%2Fstripeservice%2Fgetcustomerbyemail'
    6     1        INIT_FCALL_BY_NAME                                       'wp_remote_post'
          2        SEND_VAR_EX                                              !0
    7     3        INIT_ARRAY                                       ~3      'POST', 'method'
    8     4        ADD_ARRAY_ELEMENT                                ~3      45, 'timeout'
    9     5        ADD_ARRAY_ELEMENT                                ~3      5, 'redirection'
   10     6        ADD_ARRAY_ELEMENT                                ~3      '1.0', 'httpversion'
    7     7        ADD_ARRAY_ELEMENT                                ~3      <true>, 'blocking'
          8        ADD_ARRAY_ELEMENT                                ~3      <array>, 'headers'
   14     9        FETCH_R                      global              ~4      '_POST'
         10        FETCH_DIM_R                                      ~5      ~4, 'stripeEmail'
         11        INIT_ARRAY                                       ~6      ~5, 'email'
         12        ADD_ARRAY_ELEMENT                                ~3      ~6, 'body'
    7    13        ADD_ARRAY_ELEMENT                                ~3      <array>, 'cookies'
         14        SEND_VAL_EX                                              ~3
         15        DO_FCALL                                      0  $7      
    6    16        ASSIGN                                                   !1, $7
   18    17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.57 ms | 1393 KiB | 13 Q