3v4l.org

run code in 300+ PHP versions simultaneously
<?php //chemin d'acces au fichier $url="http://www.mysite.com/download/"; //repertoire où le fichier txt sera sauvegarde $txt="./comptage/"; $fichier = "text"; ///////////////////////// //lien du DL $url1="$url"; $url1.="$fichier"; //permet d'executer $url1 echo("location:{$url1}");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/VBOYJ
function name:  (null)
number of ops:  11
compiled vars:  !0 = $url, !1 = $txt, !2 = $fichier, !3 = $url1
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   ASSIGN                                                   !0, 'http%3A%2F%2Fwww.mysite.com%2Fdownload%2F'
    7     1        ASSIGN                                                   !1, '.%2Fcomptage%2F'
    9     2        ASSIGN                                                   !2, 'text'
   14     3        CAST                                          6  ~7      !0
          4        ASSIGN                                                   !3, ~7
   15     5        CAST                                          6  ~9      !2
          6        ASSIGN_OP                                     8          !3, ~9
   18     7        NOP                                                      
          8        FAST_CONCAT                                      ~11     'location%3A', !3
          9        ECHO                                                     ~11
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.28 ms | 1393 KiB | 13 Q