3v4l.org

run code in 300+ PHP versions simultaneously
<?php $client = new SoapClient(null, array('location'=>'http://www.webservicex.net/globalweather.asmx?WSDL', 'uri'=>'http://www.webservicex.net/globalweather.asmx?WSDL')); var_dump($client->_getFunctions()); var_dump($client->_getTypes()); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9kupL
function name:  (null)
number of ops:  16
compiled vars:  !0 = $client
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   NEW                                              $1      'SoapClient'
          1        SEND_VAL_EX                                              null
    3     2        SEND_VAL_EX                                              <array>
          3        DO_FCALL                                      0          
    2     4        ASSIGN                                                   !0, $1
    5     5        INIT_FCALL                                               'var_dump'
          6        INIT_METHOD_CALL                                         !0, '_getFunctions'
          7        DO_FCALL                                      0  $4      
          8        SEND_VAR                                                 $4
          9        DO_ICALL                                                 
    6    10        INIT_FCALL                                               'var_dump'
         11        INIT_METHOD_CALL                                         !0, '_getTypes'
         12        DO_FCALL                                      0  $6      
         13        SEND_VAR                                                 $6
         14        DO_ICALL                                                 
    7    15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.26 ms | 1394 KiB | 15 Q