3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.27 ms | 1394 KiB | 15 Q