3v4l.org

run code in 300+ PHP versions simultaneously
<?php if (!defined('SEATMEDIAPORTAL_API_KEY')) { define('SEATMEDIAPORTAL_API_KEY', 'JNSDO235GHOVBR90IGIVLSIVIS74626BLDVB'); } $params = array($item['email'], null, null, 'brandportal'); // Jesli zapomniano podac klucz API dilera - dopisujemy go na poczatku argumentow. if (!in_array(SEATMEDIAPORTAL_API_KEY, $params)) { array_unshift($params, SKODA_API_KEY); } var_dump($params);
Output for 8.3.0 - 8.3.6
Warning: Undefined variable $item in /in/VlimK on line 6 Warning: Trying to access array offset on null in /in/VlimK on line 6 Fatal error: Uncaught Error: Undefined constant "SKODA_API_KEY" in /in/VlimK:10 Stack trace: #0 {main} thrown in /in/VlimK on line 10
Process exited with code 255.
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
Warning: Undefined variable $item in /in/VlimK on line 6 Warning: Trying to access array offset on value of type null in /in/VlimK on line 6 Fatal error: Uncaught Error: Undefined constant "SKODA_API_KEY" in /in/VlimK:10 Stack trace: #0 {main} thrown in /in/VlimK on line 10
Process exited with code 255.
Output for 7.4.0 - 7.4.33
Notice: Undefined variable: item in /in/VlimK on line 6 Notice: Trying to access array offset on value of type null in /in/VlimK on line 6 Warning: Use of undefined constant SKODA_API_KEY - assumed 'SKODA_API_KEY' (this will throw an Error in a future version of PHP) in /in/VlimK on line 10 array(5) { [0]=> string(13) "SKODA_API_KEY" [1]=> NULL [2]=> NULL [3]=> NULL [4]=> string(11) "brandportal" }
Output for 7.3.32 - 7.3.33
Warning: Use of undefined constant SKODA_API_KEY - assumed 'SKODA_API_KEY' (this will throw an Error in a future version of PHP) in /in/VlimK on line 10 array(5) { [0]=> string(13) "SKODA_API_KEY" [1]=> NULL [2]=> NULL [3]=> NULL [4]=> string(11) "brandportal" }
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.31
Notice: Undefined variable: item in /in/VlimK on line 6 Warning: Use of undefined constant SKODA_API_KEY - assumed 'SKODA_API_KEY' (this will throw an Error in a future version of PHP) in /in/VlimK on line 10 array(5) { [0]=> string(13) "SKODA_API_KEY" [1]=> NULL [2]=> NULL [3]=> NULL [4]=> string(11) "brandportal" }
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.38, 5.6.0 - 5.6.38, 7.0.0 - 7.0.33, 7.1.0 - 7.1.25
Notice: Undefined variable: item in /in/VlimK on line 6 Notice: Use of undefined constant SKODA_API_KEY - assumed 'SKODA_API_KEY' in /in/VlimK on line 10 array(5) { [0]=> string(13) "SKODA_API_KEY" [1]=> NULL [2]=> NULL [3]=> NULL [4]=> string(11) "brandportal" }
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.3
Notice: Undefined variable: item in /in/VlimK on line 6 Notice: Use of undefined constant SKODA_API_KEY - assumed 'SKODA_API_KEY' in /in/VlimK on line 10 array(5) { [0]=> string(13) "SKODA_API_KEY" [1]=> NULL [2]=> NULL [3]=> NULL [4]=> string(11) "brandportal" }

preferences:
336.72 ms | 402 KiB | 422 Q