3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = 'https://www.example.com/path/to/product/filename.html'; $basePath = dirname($url) . '/'; echo $basePath, PHP_EOL;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XGNDd
function name:  (null)
number of ops:  9
compiled vars:  !0 = $url, !1 = $basePath
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'https%3A%2F%2Fwww.example.com%2Fpath%2Fto%2Fproduct%2Ffilename.html'
    4     1        INIT_FCALL                                               'dirname'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $3      
          4        CONCAT                                           ~4      $3, '%2F'
          5        ASSIGN                                                   !1, ~4
    5     6        ECHO                                                     !1
          7        ECHO                                                     '%0A'
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
196.83 ms | 1394 KiB | 15 Q