3v4l.org

run code in 300+ PHP versions simultaneously
<?php $wsdl = 'http://pruebas.mapfre.cl/WsEmisionVeh/EmisVehLivianos.asmx?WSDL'; $params = array('location'=>$endpoint, 'uri'=>'http://tempuri.org/', "trace" => true, "connection_timeout" => 500); $client = new SoapClient($wsdl, $params); var_dump($client->__getFunctions());
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1s9ol
function name:  (null)
number of ops:  17
compiled vars:  !0 = $wsdl, !1 = $params, !2 = $endpoint, !3 = $client
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   ASSIGN                                                   !0, 'http%3A%2F%2Fpruebas.mapfre.cl%2FWsEmisionVeh%2FEmisVehLivianos.asmx%3FWSDL'
          1        INIT_ARRAY                                       ~5      !2, 'location'
          2        ADD_ARRAY_ELEMENT                                ~5      'http%3A%2F%2Ftempuri.org%2F', 'uri'
          3        ADD_ARRAY_ELEMENT                                ~5      <true>, 'trace'
          4        ADD_ARRAY_ELEMENT                                ~5      500, 'connection_timeout'
          5        ASSIGN                                                   !1, ~5
          6        NEW                                              $7      'SoapClient'
          7        SEND_VAR_EX                                              !0
          8        SEND_VAR_EX                                              !1
          9        DO_FCALL                                      0          
         10        ASSIGN                                                   !3, $7
         11        INIT_FCALL                                               'var_dump'
         12        INIT_METHOD_CALL                                         !3, '__getFunctions'
         13        DO_FCALL                                      0  $10     
         14        SEND_VAR                                                 $10
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
304.18 ms | 1398 KiB | 16 Q