3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! $q1 = 1; $q2 = 2; $q3 = 3; $q4 = 4; $q5 = 5; echo "${q1}"; //outputs 1 for($i=1; $i<=5; $i++) { echo "${${i}}"; //how to make $i work here? }
Output for 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /in/d4IH6 on line 10 Deprecated: Using ${expr} (variable variables) in strings is deprecated, use {${expr}} instead in /in/d4IH6 on line 14 1 Fatal error: Uncaught Error: Undefined constant "i" in /in/d4IH6:14 Stack trace: #0 {main} thrown in /in/d4IH6 on line 14
Process exited with code 255.
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.27
1 Fatal error: Uncaught Error: Undefined constant "i" in /in/d4IH6:14 Stack trace: #0 {main} thrown in /in/d4IH6 on line 14
Process exited with code 255.
Output for 7.2.0 - 7.2.33, 7.3.12 - 7.3.31, 7.4.0 - 7.4.25, 7.4.27 - 7.4.33
1 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/d4IH6 on line 14 Notice: Undefined variable: 1 in /in/d4IH6 on line 14 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/d4IH6 on line 14 Notice: Undefined variable: 2 in /in/d4IH6 on line 14 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/d4IH6 on line 14 Notice: Undefined variable: 3 in /in/d4IH6 on line 14 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/d4IH6 on line 14 Notice: Undefined variable: 4 in /in/d4IH6 on line 14 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/d4IH6 on line 14 Notice: Undefined variable: 5 in /in/d4IH6 on line 14
Output for 7.3.32 - 7.3.33, 7.4.26
1 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/d4IH6 on line 14 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/d4IH6 on line 14 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/d4IH6 on line 14 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/d4IH6 on line 14 Warning: Use of undefined constant i - assumed 'i' (this will throw an Error in a future version of PHP) in /in/d4IH6 on line 14
Output for 5.0.4 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.36, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.20
1 Notice: Use of undefined constant i - assumed 'i' in /in/d4IH6 on line 14 Notice: Undefined variable: 1 in /in/d4IH6 on line 14 Notice: Use of undefined constant i - assumed 'i' in /in/d4IH6 on line 14 Notice: Undefined variable: 2 in /in/d4IH6 on line 14 Notice: Use of undefined constant i - assumed 'i' in /in/d4IH6 on line 14 Notice: Undefined variable: 3 in /in/d4IH6 on line 14 Notice: Use of undefined constant i - assumed 'i' in /in/d4IH6 on line 14 Notice: Undefined variable: 4 in /in/d4IH6 on line 14 Notice: Use of undefined constant i - assumed 'i' in /in/d4IH6 on line 14 Notice: Undefined variable: 5 in /in/d4IH6 on line 14
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.3
1 Notice: Use of undefined constant i - assumed 'i' in /in/d4IH6 on line 14 Notice: Undefined variable: 1 in /in/d4IH6 on line 14 Notice: Use of undefined constant i - assumed 'i' in /in/d4IH6 on line 14 Notice: Undefined variable: 2 in /in/d4IH6 on line 14 Notice: Use of undefined constant i - assumed 'i' in /in/d4IH6 on line 14 Notice: Undefined variable: 3 in /in/d4IH6 on line 14 Notice: Use of undefined constant i - assumed 'i' in /in/d4IH6 on line 14 Notice: Undefined variable: 4 in /in/d4IH6 on line 14 Notice: Use of undefined constant i - assumed 'i' in /in/d4IH6 on line 14 Notice: Undefined variable: 5 in /in/d4IH6 on line 14

preferences:
260.29 ms | 403 KiB | 347 Q