3v4l.org

run code in 300+ PHP versions simultaneously
<?php session_name('a'.time().'a'); session_start(); for($f=file(__FILE__),$i=0;$i<10;$i++) echo $f[$i]; if (session_id()!=='1337') die(); $_SESSION['DobuleSynchronization']=time();
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.30, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.25, 7.3.0 - 7.3.12, 7.4.0
<?php session_name('a'.time().'a'); session_start(); for($f=file(__FILE__),$i=0;$i<10;$i++) echo $f[$i]; if (session_id()!=='1337') die(); $_SESSION['DobuleSynchronization']=time(); Notice: Undefined offset: 9 in /in/9THYj on line 5
Output for 5.2.3 - 5.2.17
<?php session_name('a'.time().'a'); session_start(); for($f=file(__FILE__),$i=0;$i<10;$i++) echo $f[$i]; if (session_id()!=='1337') die(); $_SESSION['DobuleSynchronization']=time(); Notice: Undefined offset: 9 in /in/9THYj on line 5
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.2
Warning: session_start(): Cannot send session cookie - headers already sent in /in/9THYj on line 3 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /in/9THYj:3) in /in/9THYj on line 3 <?php session_name('a'.time().'a'); session_start(); for($f=file(__FILE__),$i=0;$i<10;$i++) echo $f[$i]; if (session_id()!=='1337') die(); $_SESSION['DobuleSynchronization']=time(); Notice: Undefined offset: 9 in /in/9THYj on line 5
Output for 4.3.0 - 4.3.1
Warning: session_start() [http://www.php.net/function.session-start]: Cannot send session cookie - headers already sent in /in/9THYj on line 3 Warning: session_start() [http://www.php.net/function.session-start]: Cannot send session cache limiter - headers already sent (output started at /in/9THYj:3) in /in/9THYj on line 3 <?php session_name('a'.time().'a'); session_start(); for($f=file(__FILE__),$i=0;$i<10;$i++) echo $f[$i]; if (session_id()!=='1337') die(); $_SESSION['DobuleSynchronization']=time(); Notice: Undefined offset: 9 in /in/9THYj on line 5

preferences:
229.71 ms | 402 KiB | 314 Q