3v4l.org

run code in 500+ PHP versions simultaneously
<?php $date = new \DateTime('2017-07-29T13:57:27.123456Z'); echo $date->format('Y-m-d H:i:s.u e'); echo "\n"; var_dump(setlocale(LC_ALL, 'fr')); // or any locale with coma as decimal separator $date = new \DateTime('2017-07-29T13:57:27.123456Z'); echo $date->format('Y-m-d H:i:s.u e');
Output for 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.27, 8.3.29 - 8.3.30, 8.4.1 - 8.4.22, 8.5.0 - 8.5.7
2017-07-29 13:57:27.123456 Z bool(false) 2017-07-29 13:57:27.123456 Z
Output for 8.3.28
/bin/php-8.3.28: error while loading shared libraries: /usr/lib/libc.so.6: invalid ELF header
Process exited with code 127.

preferences:
109.91 ms | 1967 KiB | 4 Q