3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.54 ms | 1394 KiB | 15 Q