3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_POST = array('email' => 'abc', 'phone' => '01234'); $possible = array('email', 'phone', 'foo', 'bar', 'baz'); $existing = array_intersect($possible, array_keys($_POST)); var_dump($existing);

preferences:
61.49 ms | 402 KiB | 5 Q