3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_SESSION['userid']=$row['userid']; $_SESSION['username'] = $row['username']; $_SESSION['useremail'] = $row['useremail']; $_SESSION['role'] = $row['role'];
Output for 8.3.0 - 8.3.21, 8.4.1 - 8.4.7
Warning: Undefined variable $row in /in/T086F on line 3 Warning: Trying to access array offset on null in /in/T086F on line 3 Warning: Undefined variable $row in /in/T086F on line 4 Warning: Trying to access array offset on null in /in/T086F on line 4 Warning: Undefined variable $row in /in/T086F on line 5 Warning: Trying to access array offset on null in /in/T086F on line 5 Warning: Undefined variable $row in /in/T086F on line 6 Warning: Trying to access array offset on null in /in/T086F on line 6
Output for 8.2.0 - 8.2.28
Warning: Undefined variable $row in /in/T086F on line 3 Warning: Trying to access array offset on value of type null in /in/T086F on line 3 Warning: Undefined variable $row in /in/T086F on line 4 Warning: Trying to access array offset on value of type null in /in/T086F on line 4 Warning: Undefined variable $row in /in/T086F on line 5 Warning: Trying to access array offset on value of type null in /in/T086F on line 5 Warning: Undefined variable $row in /in/T086F on line 6 Warning: Trying to access array offset on value of type null in /in/T086F on line 6

preferences:
44.13 ms | 409 KiB | 5 Q