3v4l.org

run code in 300+ PHP versions simultaneously
<!DOCTYPE html> <html> <body> <?php $t; function myCalculations () { $x=22; echo "<p>Test variable oustide of function:</p>"; echo "Variable x is: $x"; echo "<br>"; echo "Variable t is: $t"; }// Code will only display x myCalculations(); echo "<p>Test variable inside of function:</p>"; echo "Variable x is: $x; echo "<br>"; echo "Variable t is $t; ?>//Code will only display t </body> </html>
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.28
Parse error: syntax error, unexpected '>' in /in/76cZt on line 16
Process exited with code 255.

preferences:
202.32 ms | 1387 KiB | 65 Q