Vous êtes connecté en tant que anonymous Se Deconnecter
public/index.php
05e9b0be
 <h1>Site1.debian-07.formation.dev</h1>
 <?php
 
 ini_set('display_errors', 1);
 
 require_once 'test0.php';
 require_once 'test1.php';
 
 for ($i=0;$i<10;$i++) {
     echo $i;
 }