3v4l.org

run code in 300+ PHP versions simultaneously
<?php $rz_key = callPardotApi('https://pi.pardot.com/api/login/version/3', array( 'email' => 'myemail@email.com', 'password' => 'password', 'user_key' => '032222222222222b75a192daba28d' ) ); $number_url = 'https://pi.pardot.com/api/prospect/version/3/do/query'; $number_url .= '?user_key=032222222222222b75a192daba28d'; $number_url .= '&api_key='; $number_url .= $rz_key; $number_url .= '&list_id=97676'; $number_url = preg_replace('/\s+/', '', $number_url); echo $number_url;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1qnI8
function name:  (null)
number of ops:  18
compiled vars:  !0 = $rz_key, !1 = $number_url
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL_BY_NAME                                       'callPardotApi'
          1        SEND_VAL_EX                                              'https%3A%2F%2Fpi.pardot.com%2Fapi%2Flogin%2Fversion%2F3'
    4     2        SEND_VAL_EX                                              <array>
          3        DO_FCALL                                      0  $2      
    2     4        ASSIGN                                                   !0, $2
   10     5        ASSIGN                                                   !1, 'https%3A%2F%2Fpi.pardot.com%2Fapi%2Fprospect%2Fversion%2F3%2Fdo%2Fquery'
   11     6        ASSIGN_OP                                     8          !1, '%3Fuser_key%3D032222222222222b75a192daba28d'
   12     7        ASSIGN_OP                                     8          !1, '%26api_key%3D'
   13     8        ASSIGN_OP                                     8          !1, !0
   14     9        ASSIGN_OP                                     8          !1, '%26list_id%3D97676'
   16    10        INIT_FCALL                                               'preg_replace'
         11        SEND_VAL                                                 '%2F%5Cs%2B%2F'
         12        SEND_VAL                                                 ''
         13        SEND_VAR                                                 !1
         14        DO_ICALL                                         $9      
         15        ASSIGN                                                   !1, $9
   18    16        ECHO                                                     !1
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.1 ms | 1399 KiB | 15 Q