3v4l.org

run code in 300+ PHP versions simultaneously
<?php $domain = 'non-existant-domain-name.com'; if (gethostbyname($domain) == $domain) { var_dump(checkdnsrr($domain)); var_dump(getmxrr($domain, $mxhosts)); var_dump($mxhosts); } else { echo 'Domain exists'; }

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
52.85 ms | 2018 KiB | 4 Q