3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "ICONV_IMPL: ", ICONV_IMPL, "; ICONV_VERSION: ", ICONV_VERSION, "\n"; echo iconv('ASCII', 'UTF-8', 'Hello'); echo iconv('ASCII', 'ISO-8859-1', 'Hello');
Output for git.master, git.master_jit, rfc.property-hooks
ICONV_IMPL: glibc; ICONV_VERSION: 2.33 Hello Warning: iconv(): Wrong encoding, conversion from "ASCII" to "ISO-8859-1" is not allowed in /in/biGa8 on line 6

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:
55.46 ms | 401 KiB | 8 Q