3v4l.org

run code in 300+ PHP versions simultaneously
<?php $wcfClient = new SoapClient('http://webservices.criusenergy.com/Crius.Services.ArinnaEnrollmentServices/EnrollmentService.svc?wsdl'); $container = new ServiceRequestOfstring(); $container->request->Value = '06010'; $container->request->ServiceCallCredentials->Username = 'EnrollmentSite'; $container->request->ServiceCallCredentials->Password = '4E3Wvs!!2f_8J'; $container->request->ServiceCallCredentials->Property1 = 'YourWebSiteName' + '::' + 'PrismServiceToken'; $response = $client->IsZipCodeSolar($container); echo $response; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/RF5Zh
function name:  (null)
number of ops:  30
compiled vars:  !0 = $wcfClient, !1 = $container, !2 = $response, !3 = $client
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   NEW                                              $4      'SoapClient'
          1        SEND_VAL_EX                                              'http%3A%2F%2Fwebservices.criusenergy.com%2FCrius.Services.ArinnaEnrollmentServices%2FEnrollmentService.svc%3Fwsdl'
          2        DO_FCALL                                      0          
          3        ASSIGN                                                   !0, $4
    6     4        NEW                                              $7      'ServiceRequestOfstring'
          5        DO_FCALL                                      0          
          6        ASSIGN                                                   !1, $7
    8     7        FETCH_OBJ_W                                      $10     !1, 'request'
          8        ASSIGN_OBJ                                               $10, 'Value'
          9        OP_DATA                                                  '06010'
   11    10        FETCH_OBJ_W                                      $12     !1, 'request'
         11        FETCH_OBJ_W                                      $13     $12, 'ServiceCallCredentials'
         12        ASSIGN_OBJ                                               $13, 'Username'
         13        OP_DATA                                                  'EnrollmentSite'
   12    14        FETCH_OBJ_W                                      $15     !1, 'request'
         15        FETCH_OBJ_W                                      $16     $15, 'ServiceCallCredentials'
         16        ASSIGN_OBJ                                               $16, 'Password'
         17        OP_DATA                                                  '4E3Wvs%21%212f_8J'
   13    18        ADD                                              ~21     'YourWebSiteName', '%3A%3A'
         19        ADD                                              ~22     ~21, 'PrismServiceToken'
         20        FETCH_OBJ_W                                      $18     !1, 'request'
         21        FETCH_OBJ_W                                      $19     $18, 'ServiceCallCredentials'
         22        ASSIGN_OBJ                                               $19, 'Property1'
         23        OP_DATA                                                  ~22
   15    24        INIT_METHOD_CALL                                         !3, 'IsZipCodeSolar'
         25        SEND_VAR_EX                                              !1
         26        DO_FCALL                                      0  $23     
         27        ASSIGN                                                   !2, $23
   16    28        ECHO                                                     !2
   17    29      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.34 ms | 1395 KiB | 13 Q