3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = array( tmp => "empty" ,error => "" ,id => $row['id'] ,type => $row['type'] ,login => $row['login'] ,email => $row['email'] ,firstname => $row['firstname'] ,lastname => $row['lastname'] ,aid => $row['aid'] ,password => $row['password'] ,ibe_id => $row['ibe_id'] ,ibe_uid => $row['ibe_uid'] ,ibe_agency => $row['ibe_agency'] ,ibe_name => $row['ibe_name'] ,ibe_password => $row['ibe_password'] ,ibe_ibe => $row['ibe_ibe'] ); echo $json;
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.4, 8.3.6
Fatal error: Uncaught Error: Undefined constant "tmp" in /in/GroSP:4 Stack trace: #0 {main} thrown in /in/GroSP on line 4
Process exited with code 255.
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 Fatal error: Uncaught Error: Undefined constant "tmp" in /in/GroSP:4 Stack trace: #0 {main} thrown in /in/GroSP on line 4
Process exited with code 255.
Output for 7.4.0 - 7.4.33
Warning: Use of undefined constant tmp - assumed 'tmp' (this will throw an Error in a future version of PHP) in /in/GroSP on line 4 Warning: Use of undefined constant error - assumed 'error' (this will throw an Error in a future version of PHP) in /in/GroSP on line 5 Warning: Use of undefined constant id - assumed 'id' (this will throw an Error in a future version of PHP) in /in/GroSP on line 6 Notice: Undefined variable: row in /in/GroSP on line 6 Notice: Trying to access array offset on value of type null in /in/GroSP on line 6 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/GroSP on line 7 Notice: Undefined variable: row in /in/GroSP on line 7 Notice: Trying to access array offset on value of type null in /in/GroSP on line 7 Warning: Use of undefined constant login - assumed 'login' (this will throw an Error in a future version of PHP) in /in/GroSP on line 8 Notice: Undefined variable: row in /in/GroSP on line 8 Notice: Trying to access array offset on value of type null in /in/GroSP on line 8 Warning: Use of undefined constant email - assumed 'email' (this will throw an Error in a future version of PHP) in /in/GroSP on line 9 Notice: Undefined variable: row in /in/GroSP on line 9 Notice: Trying to access array offset on value of type null in /in/GroSP on line 9 Warning: Use of undefined constant firstname - assumed 'firstname' (this will throw an Error in a future version of PHP) in /in/GroSP on line 10 Notice: Undefined variable: row in /in/GroSP on line 10 Notice: Trying to access array offset on value of type null in /in/GroSP on line 10 Warning: Use of undefined constant lastname - assumed 'lastname' (this will throw an Error in a future version of PHP) in /in/GroSP on line 11 Notice: Undefined variable: row in /in/GroSP on line 11 Notice: Trying to access array offset on value of type null in /in/GroSP on line 11 Warning: Use of undefined constant aid - assumed 'aid' (this will throw an Error in a future version of PHP) in /in/GroSP on line 12 Notice: Undefined variable: row in /in/GroSP on line 12 Notice: Trying to access array offset on value of type null in /in/GroSP on line 12 Warning: Use of undefined constant password - assumed 'password' (this will throw an Error in a future version of PHP) in /in/GroSP on line 13 Notice: Undefined variable: row in /in/GroSP on line 13 Notice: Trying to access array offset on value of type null in /in/GroSP on line 13 Warning: Use of undefined constant ibe_id - assumed 'ibe_id' (this will throw an Error in a future version of PHP) in /in/GroSP on line 14 Notice: Undefined variable: row in /in/GroSP on line 14 Notice: Trying to access array offset on value of type null in /in/GroSP on line 14 Warning: Use of undefined constant ibe_uid - assumed 'ibe_uid' (this will throw an Error in a future version of PHP) in /in/GroSP on line 15 Notice: Undefined variable: row in /in/GroSP on line 15 Notice: Trying to access array offset on value of type null in /in/GroSP on line 15 Warning: Use of undefined constant ibe_agency - assumed 'ibe_agency' (this will throw an Error in a future version of PHP) in /in/GroSP on line 16 Notice: Undefined variable: row in /in/GroSP on line 16 Notice: Trying to access array offset on value of type null in /in/GroSP on line 16 Warning: Use of undefined constant ibe_name - assumed 'ibe_name' (this will throw an Error in a future version of PHP) in /in/GroSP on line 17 Notice: Undefined variable: row in /in/GroSP on line 17 Notice: Trying to access array offset on value of type null in /in/GroSP on line 17 Warning: Use of undefined constant ibe_password - assumed 'ibe_password' (this will throw an Error in a future version of PHP) in /in/GroSP on line 18 Notice: Undefined variable: row in /in/GroSP on line 18 Notice: Trying to access array offset on value of type null in /in/GroSP on line 18 Warning: Use of undefined constant ibe_ibe - assumed 'ibe_ibe' (this will throw an Error in a future version of PHP) in /in/GroSP on line 19 Notice: Undefined variable: row in /in/GroSP on line 19 Notice: Trying to access array offset on value of type null in /in/GroSP on line 19 Notice: Array to string conversion in /in/GroSP on line 22 Array
Output for 7.3.32 - 7.3.33
Warning: Use of undefined constant tmp - assumed 'tmp' (this will throw an Error in a future version of PHP) in /in/GroSP on line 4 Warning: Use of undefined constant error - assumed 'error' (this will throw an Error in a future version of PHP) in /in/GroSP on line 5 Warning: Use of undefined constant id - assumed 'id' (this will throw an Error in a future version of PHP) in /in/GroSP on line 6 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/GroSP on line 7 Warning: Use of undefined constant login - assumed 'login' (this will throw an Error in a future version of PHP) in /in/GroSP on line 8 Warning: Use of undefined constant email - assumed 'email' (this will throw an Error in a future version of PHP) in /in/GroSP on line 9 Warning: Use of undefined constant firstname - assumed 'firstname' (this will throw an Error in a future version of PHP) in /in/GroSP on line 10 Warning: Use of undefined constant lastname - assumed 'lastname' (this will throw an Error in a future version of PHP) in /in/GroSP on line 11 Warning: Use of undefined constant aid - assumed 'aid' (this will throw an Error in a future version of PHP) in /in/GroSP on line 12 Warning: Use of undefined constant password - assumed 'password' (this will throw an Error in a future version of PHP) in /in/GroSP on line 13 Warning: Use of undefined constant ibe_id - assumed 'ibe_id' (this will throw an Error in a future version of PHP) in /in/GroSP on line 14 Warning: Use of undefined constant ibe_uid - assumed 'ibe_uid' (this will throw an Error in a future version of PHP) in /in/GroSP on line 15 Warning: Use of undefined constant ibe_agency - assumed 'ibe_agency' (this will throw an Error in a future version of PHP) in /in/GroSP on line 16 Warning: Use of undefined constant ibe_name - assumed 'ibe_name' (this will throw an Error in a future version of PHP) in /in/GroSP on line 17 Warning: Use of undefined constant ibe_password - assumed 'ibe_password' (this will throw an Error in a future version of PHP) in /in/GroSP on line 18 Warning: Use of undefined constant ibe_ibe - assumed 'ibe_ibe' (this will throw an Error in a future version of PHP) in /in/GroSP on line 19 Array
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.31
Warning: Use of undefined constant tmp - assumed 'tmp' (this will throw an Error in a future version of PHP) in /in/GroSP on line 4 Warning: Use of undefined constant error - assumed 'error' (this will throw an Error in a future version of PHP) in /in/GroSP on line 5 Warning: Use of undefined constant id - assumed 'id' (this will throw an Error in a future version of PHP) in /in/GroSP on line 6 Notice: Undefined variable: row in /in/GroSP on line 6 Warning: Use of undefined constant type - assumed 'type' (this will throw an Error in a future version of PHP) in /in/GroSP on line 7 Notice: Undefined variable: row in /in/GroSP on line 7 Warning: Use of undefined constant login - assumed 'login' (this will throw an Error in a future version of PHP) in /in/GroSP on line 8 Notice: Undefined variable: row in /in/GroSP on line 8 Warning: Use of undefined constant email - assumed 'email' (this will throw an Error in a future version of PHP) in /in/GroSP on line 9 Notice: Undefined variable: row in /in/GroSP on line 9 Warning: Use of undefined constant firstname - assumed 'firstname' (this will throw an Error in a future version of PHP) in /in/GroSP on line 10 Notice: Undefined variable: row in /in/GroSP on line 10 Warning: Use of undefined constant lastname - assumed 'lastname' (this will throw an Error in a future version of PHP) in /in/GroSP on line 11 Notice: Undefined variable: row in /in/GroSP on line 11 Warning: Use of undefined constant aid - assumed 'aid' (this will throw an Error in a future version of PHP) in /in/GroSP on line 12 Notice: Undefined variable: row in /in/GroSP on line 12 Warning: Use of undefined constant password - assumed 'password' (this will throw an Error in a future version of PHP) in /in/GroSP on line 13 Notice: Undefined variable: row in /in/GroSP on line 13 Warning: Use of undefined constant ibe_id - assumed 'ibe_id' (this will throw an Error in a future version of PHP) in /in/GroSP on line 14 Notice: Undefined variable: row in /in/GroSP on line 14 Warning: Use of undefined constant ibe_uid - assumed 'ibe_uid' (this will throw an Error in a future version of PHP) in /in/GroSP on line 15 Notice: Undefined variable: row in /in/GroSP on line 15 Warning: Use of undefined constant ibe_agency - assumed 'ibe_agency' (this will throw an Error in a future version of PHP) in /in/GroSP on line 16 Notice: Undefined variable: row in /in/GroSP on line 16 Warning: Use of undefined constant ibe_name - assumed 'ibe_name' (this will throw an Error in a future version of PHP) in /in/GroSP on line 17 Notice: Undefined variable: row in /in/GroSP on line 17 Warning: Use of undefined constant ibe_password - assumed 'ibe_password' (this will throw an Error in a future version of PHP) in /in/GroSP on line 18 Notice: Undefined variable: row in /in/GroSP on line 18 Warning: Use of undefined constant ibe_ibe - assumed 'ibe_ibe' (this will throw an Error in a future version of PHP) in /in/GroSP on line 19 Notice: Undefined variable: row in /in/GroSP on line 19 Notice: Array to string conversion in /in/GroSP on line 22 Array
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33
Notice: Use of undefined constant tmp - assumed 'tmp' in /in/GroSP on line 4 Notice: Use of undefined constant error - assumed 'error' in /in/GroSP on line 5 Notice: Use of undefined constant id - assumed 'id' in /in/GroSP on line 6 Notice: Undefined variable: row in /in/GroSP on line 6 Notice: Use of undefined constant type - assumed 'type' in /in/GroSP on line 7 Notice: Undefined variable: row in /in/GroSP on line 7 Notice: Use of undefined constant login - assumed 'login' in /in/GroSP on line 8 Notice: Undefined variable: row in /in/GroSP on line 8 Notice: Use of undefined constant email - assumed 'email' in /in/GroSP on line 9 Notice: Undefined variable: row in /in/GroSP on line 9 Notice: Use of undefined constant firstname - assumed 'firstname' in /in/GroSP on line 10 Notice: Undefined variable: row in /in/GroSP on line 10 Notice: Use of undefined constant lastname - assumed 'lastname' in /in/GroSP on line 11 Notice: Undefined variable: row in /in/GroSP on line 11 Notice: Use of undefined constant aid - assumed 'aid' in /in/GroSP on line 12 Notice: Undefined variable: row in /in/GroSP on line 12 Notice: Use of undefined constant password - assumed 'password' in /in/GroSP on line 13 Notice: Undefined variable: row in /in/GroSP on line 13 Notice: Use of undefined constant ibe_id - assumed 'ibe_id' in /in/GroSP on line 14 Notice: Undefined variable: row in /in/GroSP on line 14 Notice: Use of undefined constant ibe_uid - assumed 'ibe_uid' in /in/GroSP on line 15 Notice: Undefined variable: row in /in/GroSP on line 15 Notice: Use of undefined constant ibe_agency - assumed 'ibe_agency' in /in/GroSP on line 16 Notice: Undefined variable: row in /in/GroSP on line 16 Notice: Use of undefined constant ibe_name - assumed 'ibe_name' in /in/GroSP on line 17 Notice: Undefined variable: row in /in/GroSP on line 17 Notice: Use of undefined constant ibe_password - assumed 'ibe_password' in /in/GroSP on line 18 Notice: Undefined variable: row in /in/GroSP on line 18 Notice: Use of undefined constant ibe_ibe - assumed 'ibe_ibe' in /in/GroSP on line 19 Notice: Undefined variable: row in /in/GroSP on line 19 Notice: Array to string conversion in /in/GroSP on line 22 Array

preferences:
281.12 ms | 410 KiB | 373 Q