3v4l.org

run code in 300+ PHP versions simultaneously
<?php $basePath = "images/bin/channels/"; $path = "http://aiotv.tmsimg.com/sources/h3/NowShowing/21633/s21633_h3_aa.png"; $fileName = pathinfo($path,PATHINFO_FILENAME); $negName = $fileName . "_neg.php"; $newPath = $basePath . $negName; print $newPath;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/tDEHq
function name:  (null)
number of ops:  13
compiled vars:  !0 = $basePath, !1 = $path, !2 = $fileName, !3 = $negName, !4 = $newPath
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'images%2Fbin%2Fchannels%2F'
    3     1        ASSIGN                                                   !1, 'http%3A%2F%2Faiotv.tmsimg.com%2Fsources%2Fh3%2FNowShowing%2F21633%2Fs21633_h3_aa.png'
    4     2        INIT_FCALL                                               'pathinfo'
          3        SEND_VAR                                                 !1
          4        SEND_VAL                                                 8
          5        DO_ICALL                                         $7      
          6        ASSIGN                                                   !2, $7
    5     7        CONCAT                                           ~9      !2, '_neg.php'
          8        ASSIGN                                                   !3, ~9
    6     9        CONCAT                                           ~11     !0, !3
         10        ASSIGN                                                   !4, ~11
    7    11        ECHO                                                     !4
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.71 ms | 1394 KiB | 15 Q