3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Einloggen $c = new SoapClient('https://public-ws-stage.dpd.com/services/LoginService/V2_0?wsdl'); $res = $c->getAuth(array( 'delisId' => 'your-Id', 'password' => 'your-Password', 'messageLanguage' => 'de_DE' )); // ...und das Token merken $auth = $res->return;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/imoiW
function name:  (null)
number of ops:  11
compiled vars:  !0 = $c, !1 = $res, !2 = $auth
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   NEW                                              $3      'SoapClient'
          1        SEND_VAL_EX                                              'https%3A%2F%2Fpublic-ws-stage.dpd.com%2Fservices%2FLoginService%2FV2_0%3Fwsdl'
          2        DO_FCALL                                      0          
          3        ASSIGN                                                   !0, $3
    8     4        INIT_METHOD_CALL                                         !0, 'getAuth'
    9     5        SEND_VAL_EX                                              <array>
          6        DO_FCALL                                      0  $6      
    8     7        ASSIGN                                                   !1, $6
   15     8        FETCH_OBJ_R                                      ~8      !1, 'return'
          9        ASSIGN                                                   !2, ~8
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.95 ms | 1392 KiB | 13 Q