3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test () { for ($x=2013; $x<2038; $x++) { echo $x . ': ' . dechex($x) . "\n"; } } echo test();
Output for git.master, git.master_jit, rfc.property-hooks
2013: 7dd 2014: 7de 2015: 7df 2016: 7e0 2017: 7e1 2018: 7e2 2019: 7e3 2020: 7e4 2021: 7e5 2022: 7e6 2023: 7e7 2024: 7e8 2025: 7e9 2026: 7ea 2027: 7eb 2028: 7ec 2029: 7ed 2030: 7ee 2031: 7ef 2032: 7f0 2033: 7f1 2034: 7f2 2035: 7f3 2036: 7f4 2037: 7f5

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
45.27 ms | 402 KiB | 8 Q