3v4l.org

run code in 300+ PHP versions simultaneously
<?php $domain = 'http://domain.de/kontkt/index.php'; $pos_slash = strripos($domain, "/"); $root_url = substr($domain, 0, $pos_slash); $root_url = $root_url.'/'; print_r($root_url);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lDMOR
function name:  (null)
number of ops:  18
compiled vars:  !0 = $domain, !1 = $pos_slash, !2 = $root_url
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'http%3A%2F%2Fdomain.de%2Fkontkt%2Findex.php'
    3     1        INIT_FCALL                                               'strripos'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 '%2F'
          4        DO_ICALL                                         $4      
          5        ASSIGN                                                   !1, $4
    4     6        INIT_FCALL                                               'substr'
          7        SEND_VAR                                                 !0
          8        SEND_VAL                                                 0
          9        SEND_VAR                                                 !1
         10        DO_ICALL                                         $6      
         11        ASSIGN                                                   !2, $6
    5    12        CONCAT                                           ~8      !2, '%2F'
         13        ASSIGN                                                   !2, ~8
    6    14        INIT_FCALL                                               'print_r'
         15        SEND_VAR                                                 !2
         16        DO_ICALL                                                 
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.97 ms | 1394 KiB | 19 Q