3v4l.org

run code in 300+ PHP versions simultaneously
<?php $emails = array( 'wouter@foobar.nl', 'bas@iets.net', 'nienke@localhost', 'kees__@foo.com', '@bar.com', ); foreach ($emails as $email) { if (!filter_var($email, FILTER_VALIDATE_EMAIL)) { echo "{$email} is ongeldig\n"; } }

preferences:
58.05 ms | 402 KiB | 5 Q