3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x=['a','b']; $target_path_arr = array(); for ($i = 0; $i < count($x); $i++) { $target_path = $x[$i]; $target_path_arr[] = $target_path; // use this in future echo $target_path." img ".$i+1."<br>"; }
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.7
Parse error: syntax error, unexpected '"<br>"' (T_CONSTANT_ENCAPSED_STRING), expecting ',' or ';' in /in/TjVWb on line 7
Process exited with code 255.

preferences:
174.09 ms | 1395 KiB | 36 Q