3v4l.org

run code in 300+ PHP versions simultaneously
<?php $filename= "1404985656_2014-07-08_12_00__vikerraadio__vikerraadio-uudised__elistvere_loomapark_ootab_öiseid_külastajaid"; $replace = array('ä', 'ü', 'ö', 'õ', ' ', ':' ); $with = array('a', 'y', 'o', '6', '_', '_' ); var_dump(mb_strpos('ö',mb_strtolower($filename))); $filename = str_replace($replace, $with , mb_strtolower($filename)); var_dump($filename);
Output for git.master, git.master_jit, rfc.property-hooks
bool(false) string(111) "1404985656_2014-07-08_12_00__vikerraadio__vikerraadio-uudised__elistvere_loomapark_ootab_öiseid_külastajaid"

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