3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = urlencode('защита данных.html'); var_dump($string); $string = urldecode($string); var_dump($string); echo rawurldecode("/%D0%B7%D0%B0%D1%89%D0%B8%D1%82%D0%B0%20%D0%B4%D0%B0%D0%BD%D0%BD%D1%8B%D1%85.html");
Output for git.master, git.master_jit, rfc.property-hooks
string(78) "%D0%B7%D0%B0%D1%89%D0%B8%D1%82%D0%B0+%D0%B4%D0%B0%D0%BD%D0%BD%D1%8B%D1%85.html" string(30) "защита данных.html" /защита данных.html

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