3v4l.org

run code in 300+ PHP versions simultaneously
<?php $var1 = 'Hello World'; $var2 = ''; $var2 =& $var1; debug_zval_dump(&$var1);
Output for 8.0.0 - 8.0.1
Parse error: syntax error, unexpected token "&" in /in/qOEEW on line 8
Process exited with code 255.
Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.34, 7.3.0 - 7.3.26, 7.4.0 - 7.4.14
Parse error: syntax error, unexpected '&' in /in/qOEEW on line 8
Process exited with code 255.
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40
Fatal error: Call-time pass-by-reference has been removed in /in/qOEEW on line 8
Process exited with code 255.
Output for 5.3.0 - 5.3.29
Deprecated: Call-time pass-by-reference has been deprecated in /in/qOEEW on line 8 &string(11) "Hello World" refcount(3)

preferences:
355.9 ms | 1395 KiB | 310 Q