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/"; ///////////////////////// //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/ZAbiH
function name:  (null)
number of ops:  10
compiled vars:  !0 = $url, !1 = $txt, !2 = $url1, !3 = $fichier
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'
   12     2        CAST                                          6  ~6      !0
          3        ASSIGN                                                   !2, ~6
   13     4        CAST                                          6  ~8      !3
          5        ASSIGN_OP                                     8          !2, ~8
   16     6        NOP                                                      
          7        FAST_CONCAT                                      ~10     'location%3A', !2
          8        ECHO                                                     ~10
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.94 ms | 1393 KiB | 13 Q