3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo 'Disponiveis: '. $_SERVER['HTTP_ACCEPT_LANGUAGE'] .'<br>'; $lang = strstr(Locale::acceptFromHttp($_SERVER['HTTP_ACCEPT_LANGUAGE']), '_'); if($lang === 'pt'){ echo 'Olá amigo'; }else if($lang == 'es'){ echo 'Hola amigo'; }else if($lang == 'en'){ echo 'Hello friend'; }
Output for 8.1.0 - 8.1.27, 8.2.0 - 8.2.17, 8.3.0 - 8.3.4
Warning: Undefined array key "HTTP_ACCEPT_LANGUAGE" in /in/TDFKu on line 3 Disponiveis: <br> Warning: Undefined array key "HTTP_ACCEPT_LANGUAGE" in /in/TDFKu on line 4 Deprecated: Locale::acceptFromHttp(): Passing null to parameter #1 ($header) of type string is deprecated in /in/TDFKu on line 4
Output for 8.0.0 - 8.0.12, 8.0.14 - 8.0.30
Warning: Undefined array key "HTTP_ACCEPT_LANGUAGE" in /in/TDFKu on line 3 Disponiveis: <br> Warning: Undefined array key "HTTP_ACCEPT_LANGUAGE" in /in/TDFKu on line 4
Output for 8.0.13
Warning: Undefined array key "HTTP_ACCEPT_LANGUAGE" in /in/TDFKu on line 3 Disponiveis: <br> Fatal error: Uncaught Error: Class "Locale" not found in /in/TDFKu:4 Stack trace: #0 {main} thrown in /in/TDFKu on line 4
Process exited with code 255.
Output for 7.0.5, 7.4.33
Notice: Undefined index: HTTP_ACCEPT_LANGUAGE in /in/TDFKu on line 3 Disponiveis: <br> Fatal error: Uncaught Error: Class 'Locale' not found in /in/TDFKu:4 Stack trace: #0 {main} thrown in /in/TDFKu on line 4
Process exited with code 255.
Output for 5.5.24 - 5.5.28, 5.5.31 - 5.5.33, 5.5.35, 5.6.8 - 5.6.12, 5.6.16 - 5.6.19, 5.6.21 - 5.6.28, 7.0.0 - 7.0.4, 7.0.6 - 7.0.20, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.32
Notice: Undefined index: HTTP_ACCEPT_LANGUAGE in /in/TDFKu on line 3 Disponiveis: <br> Notice: Undefined index: HTTP_ACCEPT_LANGUAGE in /in/TDFKu on line 4
Output for 7.3.32 - 7.3.33
Disponiveis: <br> Fatal error: Uncaught Error: Class 'Locale' not found in /in/TDFKu:4 Stack trace: #0 {main} thrown in /in/TDFKu on line 4
Process exited with code 255.
Output for 5.5.29 - 5.5.30, 5.5.34, 5.6.13 - 5.6.15, 5.6.20
Notice: Undefined index: HTTP_ACCEPT_LANGUAGE in /in/TDFKu on line 3 Disponiveis: <br> Fatal error: Class 'Locale' not found in /in/TDFKu on line 4
Process exited with code 255.

preferences:
169.67 ms | 402 KiB | 209 Q