3v4l.org

run code in 300+ PHP versions simultaneously
<?php $options = array( 'location' => 'http://example.com/something', 'uri' => 'http://example.com/something', 'trace' => true ); $client = new SoapClient(null, $options); var_dump($client); var_dump($client->trace);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/PCGdd
function name:  (null)
number of ops:  14
compiled vars:  !0 = $options, !1 = $client
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    8     1        NEW                                              $3      'SoapClient'
          2        SEND_VAL_EX                                              null
          3        SEND_VAR_EX                                              !0
          4        DO_FCALL                                      0          
          5        ASSIGN                                                   !1, $3
    9     6        INIT_FCALL                                               'var_dump'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                                 
   10     9        INIT_FCALL                                               'var_dump'
         10        FETCH_OBJ_R                                      ~7      !1, 'trace'
         11        SEND_VAL                                                 ~7
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.61 ms | 1394 KiB | 15 Q