3v4l.org

run code in 300+ PHP versions simultaneously
<?php $name = 'my file:name?w[ith/illegal*cha]racters\"that<are>not\allowed|here.txt'; $newName = preg_replace('/[\?\/:|<>*\[\]\(\)\$%\{\}@~\s]/', '_', $name); var_dump($newName);
Output for git.master, git.master_jit
string(69) "my_file_name_w_ith_illegal_cha_racters\"that_are_not\allowed_here.txt"

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:
28.68 ms | 405 KiB | 5 Q