3v4l.org

run code in 300+ PHP versions simultaneously
<?php $client = new SoapClient( null, array( "location" => "http://soap.subreg.cz/cmd.php", "uri" => "http://subreg.cz/soap" ) ); echo($client); $params = array ( "data" => array ( "login" => "demo", "password" => "password", ) ); $response = $client->__call("Login",$params); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/nmRJY
function name:  (null)
number of ops:  13
compiled vars:  !0 = $client, !1 = $params, !2 = $response
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   NEW                                              $3      'SoapClient'
    3     1        SEND_VAL_EX                                              null
    5     2        SEND_VAL_EX                                              <array>
          3        DO_FCALL                                      0          
    2     4        ASSIGN                                                   !0, $3
    9     5        ECHO                                                     !0
   10     6        ASSIGN                                                   !1, <array>
   17     7        INIT_METHOD_CALL                                         !0, '__call'
          8        SEND_VAL_EX                                              'Login'
          9        SEND_VAR_EX                                              !1
         10        DO_FCALL                                      0  $7      
         11        ASSIGN                                                   !2, $7
   18    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.06 ms | 1393 KiB | 13 Q