3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(count(\DateTimeZone::listIdentifiers())); var_dump(count(timezone_identifiers_list())); $zonelist = timezone_identifiers_list(); $zones = array(); foreach ($zonelist as $zone) { if (preg_match('!^((Africa|America|Antarctica|Arctic|Asia|Atlantic|Australia|Europe|Indian|Pacific)/|UTC$)!', $zone)) { $zones[$zone] = $zone; } } var_dump(count($zones));
Output for 5.3.24 - 5.3.29, 5.4.14 - 5.4.20, 5.5.0 - 5.5.4, 8.1.18 - 8.1.33, 8.2.5 - 8.2.23, 8.3.0 - 8.3.11, 8.3.20 - 8.3.28, 8.4.6 - 8.4.14, 8.4.16, 8.5.0 - 8.5.1
int(419) int(419) int(419)
Output for 8.4.15
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15) /bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.4.15) /bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.4.15) /bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
Process exited with code 1.
Output for 5.6.15 - 5.6.18, 7.0.0 - 7.0.3, 8.2.24 - 8.2.29, 8.3.12 - 8.3.19, 8.4.1 - 8.4.5
int(418) int(418) int(418)
Output for 5.6.20 - 5.6.23, 7.0.5 - 7.0.8, 8.0.26 - 8.0.30, 8.1.13 - 8.1.17, 8.2.0 - 8.2.4
int(420) int(420) int(420)
Output for 5.6.29, 7.0.14, 8.0.25, 8.1.12
int(423) int(423) int(423)
Output for 5.6.30 - 5.6.40, 7.0.15 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.14, 7.3.0 - 7.3.1, 7.4.20 - 7.4.33, 8.0.3 - 8.0.24, 8.1.0 - 8.1.11
int(425) int(425) int(425)
Output for 7.2.15 - 7.2.33, 7.3.2 - 7.3.33, 7.4.0 - 7.4.13, 8.0.0 - 8.0.2
int(426) int(426) int(426)
Output for 5.6.24 - 5.6.28, 7.0.9 - 7.0.13
int(422) int(422) int(422)
Output for 5.4.28 - 5.4.32, 5.5.12 - 5.5.16, 5.5.19 - 5.5.38, 5.6.3 - 5.6.14, 5.6.19, 7.0.4
int(417) int(417) int(417)
Output for 5.3.11 - 5.3.23, 5.4.1 - 5.4.13, 5.4.21 - 5.4.27, 5.4.33 - 5.4.45, 5.5.5 - 5.5.11, 5.5.17 - 5.5.18, 5.6.0 - 5.6.2
int(416) int(416) int(416)
Output for 5.3.9 - 5.3.10, 5.4.0
int(415) int(415) int(415)
Output for 5.3.7 - 5.3.8
int(413) int(413) int(413)
Output for 5.3.6
int(411) int(411) int(411)
Output for 5.3.4 - 5.3.5
int(408) int(408) int(408)
Output for 5.3.3
int(407) int(407) int(407)
Output for 5.3.2
int(406) int(406) int(406)
Output for 5.3.1
int(403) int(403) int(403)
Output for 5.3.0
int(402) int(402) int(402)
Output for 5.2.14 - 5.2.17
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/nYJ2R on line 3 int(565) int(565) int(455)
Output for 5.2.13
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/nYJ2R on line 3 int(564) int(564) int(454)
Output for 5.2.12
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/nYJ2R on line 3 int(561) int(561) int(451)
Output for 5.2.9 - 5.2.11
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/nYJ2R on line 3 int(560) int(560) int(450)
Output for 5.2.7 - 5.2.8
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/nYJ2R on line 3 int(559) int(559) int(449)
Output for 5.2.6
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/nYJ2R on line 3 int(557) int(557) int(447)
Output for 5.2.5
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/nYJ2R on line 3 int(552) int(552) int(442)
Output for 5.2.2 - 5.2.4
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/nYJ2R on line 3 int(551) int(551) int(441)
Output for 5.2.0 - 5.2.1
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/nYJ2R on line 3 int(546) int(546) int(436)
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/nYJ2R on line 3 Fatal error: Class 'DateTimeZone' not found in /in/nYJ2R on line 3
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/nYJ2R on line 3 Fatal error: Undefined class name 'datetimezone' in /in/nYJ2R on line 3
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/nYJ2R on line 3 Fatal error: Undefined class name 'datetimezone' in /in/nYJ2R on line 3

preferences:
231.95 ms | 445 KiB | 5 Q