3v4l.org

run code in 300+ PHP versions simultaneously
<?php $MyFile = 'c:\\windows\system32\myfile.txt'; echo "<br/>", ($MyFile), "<br/>"; echo "<pre>"; echo addslashes($MyFile); echo "</pre>";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/dGBnM
function name:  (null)
number of ops:  11
compiled vars:  !0 = $MyFile
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'c%3A%5Cwindows%5Csystem32%5Cmyfile.txt'
    3     1        ECHO                                                     '%3Cbr%2F%3E'
          2        ECHO                                                     !0
          3        ECHO                                                     '%3Cbr%2F%3E'
    4     4        ECHO                                                     '%3Cpre%3E'
          5        INIT_FCALL                                               'addslashes'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $2      
          8        ECHO                                                     $2
          9        ECHO                                                     '%3C%2Fpre%3E'
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.08 ms | 1394 KiB | 15 Q