3v4l.org

run code in 300+ PHP versions simultaneously
<?php $location_list = Array( 'Mersin' => 2323778, 'Adana' => 2343678, 'Ankara' => 2343732, 'Antalya' => 2343733, Bursa => 2343843, Diyarbakır => 2343932, Eskişehir => 2343980, Gaziantep => 2343999, Istanbul => 2344116, Izmir => 2344117, Kayseri => 2344174, Konya => 2344210, Turkiye => 23424969, Worldwide => 1 ); implode($location_list, ',');
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.6
Fatal error: Uncaught Error: Undefined constant "Bursa" in /in/KjklA:7 Stack trace: #0 {main} thrown in /in/KjklA on line 7
Process exited with code 255.
Output for 7.4.0 - 7.4.33
Warning: Use of undefined constant Bursa - assumed 'Bursa' (this will throw an Error in a future version of PHP) in /in/KjklA on line 7 Warning: Use of undefined constant Diyarbakır - assumed 'Diyarbakır' (this will throw an Error in a future version of PHP) in /in/KjklA on line 8 Warning: Use of undefined constant Eskişehir - assumed 'Eskişehir' (this will throw an Error in a future version of PHP) in /in/KjklA on line 9 Warning: Use of undefined constant Gaziantep - assumed 'Gaziantep' (this will throw an Error in a future version of PHP) in /in/KjklA on line 10 Warning: Use of undefined constant Istanbul - assumed 'Istanbul' (this will throw an Error in a future version of PHP) in /in/KjklA on line 11 Warning: Use of undefined constant Izmir - assumed 'Izmir' (this will throw an Error in a future version of PHP) in /in/KjklA on line 12 Warning: Use of undefined constant Kayseri - assumed 'Kayseri' (this will throw an Error in a future version of PHP) in /in/KjklA on line 13 Warning: Use of undefined constant Konya - assumed 'Konya' (this will throw an Error in a future version of PHP) in /in/KjklA on line 14 Warning: Use of undefined constant Turkiye - assumed 'Turkiye' (this will throw an Error in a future version of PHP) in /in/KjklA on line 15 Warning: Use of undefined constant Worldwide - assumed 'Worldwide' (this will throw an Error in a future version of PHP) in /in/KjklA on line 16 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in /in/KjklA on line 18
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.33
Warning: Use of undefined constant Bursa - assumed 'Bursa' (this will throw an Error in a future version of PHP) in /in/KjklA on line 7 Warning: Use of undefined constant Diyarbakır - assumed 'Diyarbakır' (this will throw an Error in a future version of PHP) in /in/KjklA on line 8 Warning: Use of undefined constant Eskişehir - assumed 'Eskişehir' (this will throw an Error in a future version of PHP) in /in/KjklA on line 9 Warning: Use of undefined constant Gaziantep - assumed 'Gaziantep' (this will throw an Error in a future version of PHP) in /in/KjklA on line 10 Warning: Use of undefined constant Istanbul - assumed 'Istanbul' (this will throw an Error in a future version of PHP) in /in/KjklA on line 11 Warning: Use of undefined constant Izmir - assumed 'Izmir' (this will throw an Error in a future version of PHP) in /in/KjklA on line 12 Warning: Use of undefined constant Kayseri - assumed 'Kayseri' (this will throw an Error in a future version of PHP) in /in/KjklA on line 13 Warning: Use of undefined constant Konya - assumed 'Konya' (this will throw an Error in a future version of PHP) in /in/KjklA on line 14 Warning: Use of undefined constant Turkiye - assumed 'Turkiye' (this will throw an Error in a future version of PHP) in /in/KjklA on line 15 Warning: Use of undefined constant Worldwide - assumed 'Worldwide' (this will throw an Error in a future version of PHP) in /in/KjklA on line 16
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 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.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33
Notice: Use of undefined constant Bursa - assumed 'Bursa' in /in/KjklA on line 7 Notice: Use of undefined constant Diyarbakır - assumed 'Diyarbakır' in /in/KjklA on line 8 Notice: Use of undefined constant Eskişehir - assumed 'Eskişehir' in /in/KjklA on line 9 Notice: Use of undefined constant Gaziantep - assumed 'Gaziantep' in /in/KjklA on line 10 Notice: Use of undefined constant Istanbul - assumed 'Istanbul' in /in/KjklA on line 11 Notice: Use of undefined constant Izmir - assumed 'Izmir' in /in/KjklA on line 12 Notice: Use of undefined constant Kayseri - assumed 'Kayseri' in /in/KjklA on line 13 Notice: Use of undefined constant Konya - assumed 'Konya' in /in/KjklA on line 14 Notice: Use of undefined constant Turkiye - assumed 'Turkiye' in /in/KjklA on line 15 Notice: Use of undefined constant Worldwide - assumed 'Worldwide' in /in/KjklA on line 16

preferences:
245.06 ms | 406 KiB | 457 Q