3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = xmlrpc_encode_request("blogger.getUsersBlogs", array($appkey, $username, $password)); var_dump($xml);die;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 79) Position 1 = -2
filename:       /in/Du5Mm
function name:  (null)
number of ops:  13
compiled vars:  !0 = $xml, !1 = $appkey, !2 = $username, !3 = $password
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                       'xmlrpc_encode_request'
          1        SEND_VAL_EX                                              'blogger.getUsersBlogs'
    4     2        INIT_ARRAY                                       ~4      !1
          3        ADD_ARRAY_ELEMENT                                ~4      !2
          4        ADD_ARRAY_ELEMENT                                ~4      !3
          5        SEND_VAL_EX                                              ~4
          6        DO_FCALL                                      0  $5      
    3     7        ASSIGN                                                   !0, $5
    5     8        INIT_FCALL                                               'var_dump'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                                 
         11      > EXIT                                                     
         12*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
178.7 ms | 1394 KiB | 15 Q