3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.66 ms | 1385 KiB | 17 Q