3v4l.org

run code in 300+ PHP versions simultaneously
<?php $wsdl_url = 'http://services.xmethods.net/soap/urn:xmethods-delayed-quotes.wsdl'; $client = new SOAPClient($wsdl_url); $quote = $client->getQuote('EBAY'); // eBay, Inc. print $quote; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3h5We
function name:  (null)
number of ops:  11
compiled vars:  !0 = $wsdl_url, !1 = $client, !2 = $quote
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'http%3A%2F%2Fservices.xmethods.net%2Fsoap%2Furn%3Axmethods-delayed-quotes.wsdl'
    4     1        NEW                                              $4      'SOAPClient'
          2        SEND_VAR_EX                                              !0
          3        DO_FCALL                                      0          
          4        ASSIGN                                                   !1, $4
    5     5        INIT_METHOD_CALL                                         !1, 'getQuote'
          6        SEND_VAL_EX                                              'EBAY'
          7        DO_FCALL                                      0  $7      
          8        ASSIGN                                                   !2, $7
    6     9        ECHO                                                     !2
    7    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.05 ms | 1392 KiB | 13 Q