3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sir_title1 = array("ă", "Ă", "î", "Î", "ş", "ș", "Ş", "ţ", "Ţ", "â", "Â", "„", "“", " ", ",", ".", "”", "«", "»", "–", "?"); $sir_title2 = array("a", "A", "i", "I", "s", "s", "S", "t", "T", "a", "A", "", "", "-", "-", "-", "", "", "", "-", ""); $string = "Francezul care a făcut aproape 9 miliarde într-un an la Botoșani, a ciocănit într-un hotel la porțile raiului – VIDEO & GALERIE FOTO"; $string = str_replace($sir_title1, $sir_title2, $string); print (iconv('UTF-8', 'ASCII//TRANSLIT', $string));
Output for git.master, git.master_jit, rfc.property-hooks
Francezul-care-a-facut-aproape-9-miliarde-intr-un-an-la-Botosani--a-ciocanit-intr-un-hotel-la-por?ile-raiului---VIDEO-&-GALERIE-FOTO

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