3v4l.org

run code in 300+ PHP versions simultaneously
<?php $img = 'someimg.png'; $img = './'. $img; $what = "@{$img}"; echo $what;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jsMTX
function name:  (null)
number of ops:  8
compiled vars:  !0 = $img, !1 = $what
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'someimg.png'
    4     1        CONCAT                                           ~3      '.%2F', !0
          2        ASSIGN                                                   !0, ~3
    6     3        NOP                                                      
          4        FAST_CONCAT                                      ~5      '%40', !0
          5        ASSIGN                                                   !1, ~5
    8     6        ECHO                                                     !1
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.07 ms | 1397 KiB | 13 Q