3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(parse_url("base_url=http://$WEB_INTERFACE:$WEB_PORT&selenium2[wd_host]=http://localhost:$WEBDRIVER_PORT/wd/hub"));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/oihCY
function name:  (null)
number of ops:  14
compiled vars:  !0 = $WEB_INTERFACE, !1 = $WEB_PORT, !2 = $WEBDRIVER_PORT
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'parse_url'
          2        ROPE_INIT                                     7  ~4      'base_url%3Dhttp%3A%2F%2F'
          3        ROPE_ADD                                      1  ~4      ~4, !0
          4        ROPE_ADD                                      2  ~4      ~4, '%3A'
          5        ROPE_ADD                                      3  ~4      ~4, !1
          6        ROPE_ADD                                      4  ~4      ~4, '%26selenium2%5Bwd_host%5D%3Dhttp%3A%2F%2Flocalhost%3A'
          7        ROPE_ADD                                      5  ~4      ~4, !2
          8        ROPE_END                                      6  ~3      ~4, '%2Fwd%2Fhub'
          9        SEND_VAL                                                 ~3
         10        DO_ICALL                                         $8      
         11        SEND_VAR                                                 $8
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.8 ms | 1394 KiB | 17 Q