3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string_before = "BMM 35@biblesoft.com"; $string_after = str_replace(' ', '', $string_before); if ($string_before == $string_after) { print_r("Uhh..."); } else { print_r("As expected"); }

preferences:
48.62 ms | 402 KiB | 5 Q