3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(setlocale(LC_TIME, 'hungarian', 'hu_HU', 'hu_HU.ISO8859-2', 'hu_HU.UTF-8')); echo $formatedDate = strftime('%G. %B %e.', time()); function list_system_locales(){ ob_start(); system('locale -a'); $str = ob_get_contents(); ob_end_clean(); return split("\\n", trim($str)); } echo list_system_locales();
Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.26, 7.3.0 - 7.3.13, 7.4.0 - 7.4.1
bool(false) 2013. April 11. Fatal error: Uncaught Error: Call to undefined function split() in /in/CvQ87:11 Stack trace: #0 /in/CvQ87(13): list_system_locales() #1 {main} thrown in /in/CvQ87 on line 11
Process exited with code 255.
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40
bool(false) 2013. April 11. Deprecated: Function split() is deprecated in /in/CvQ87 on line 11 Notice: Array to string conversion in /in/CvQ87 on line 13 Array
Output for 5.3.0 - 5.3.29
bool(false) 2013. April 11. Deprecated: Function split() is deprecated in /in/CvQ87 on line 11 Array
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
bool(false) 2013. April 11.Array

preferences:
226.22 ms | 402 KiB | 325 Q