3v4l.org

run code in 300+ PHP versions simultaneously
<?php $urlParts = (parse_url('http://213.34.94.142:8080/WebService_Live/service.php?wsdl')); $url = $urlParts['scheme'] . '://' . $urlParts['host'] . ':' . $urlParts['port'] . $urlParts['path'] . '?' . $urlParts['query']; var_dump($urlParts);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/hKesN
function name:  (null)
number of ops:  21
compiled vars:  !0 = $urlParts, !1 = $url
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'parse_url'
          1        SEND_VAL                                                 'http%3A%2F%2F213.34.94.142%3A8080%2FWebService_Live%2Fservice.php%3Fwsdl'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    3     4        FETCH_DIM_R                                      ~4      !0, 'scheme'
          5        CONCAT                                           ~5      ~4, '%3A%2F%2F'
          6        FETCH_DIM_R                                      ~6      !0, 'host'
          7        CONCAT                                           ~7      ~5, ~6
          8        CONCAT                                           ~8      ~7, '%3A'
          9        FETCH_DIM_R                                      ~9      !0, 'port'
         10        CONCAT                                           ~10     ~8, ~9
         11        FETCH_DIM_R                                      ~11     !0, 'path'
         12        CONCAT                                           ~12     ~10, ~11
         13        CONCAT                                           ~13     ~12, '%3F'
         14        FETCH_DIM_R                                      ~14     !0, 'query'
         15        CONCAT                                           ~15     ~13, ~14
         16        ASSIGN                                                   !1, ~15
    5    17        INIT_FCALL                                               'var_dump'
         18        SEND_VAR                                                 !0
         19        DO_ICALL                                                 
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
198.69 ms | 1395 KiB | 17 Q