3v4l.org

run code in 300+ PHP versions simultaneously
<?php #$_GET['honeypot'] = '6898557993159892'; #$honeypot = ($_GET['honeypot'] * 1337) + 1.7; $honeypot = ("127150336574420347745e-23" * 1337) + 1.7 ; echo $honeypot."\n"; echo (!preg_match('/[^0-9]/',''.$honeypot)) ? "YES":"no this isnt correct "; echo (((int)round($honeypot) - 33)) ? " yeS we are float":"NO"; if(!preg_match('/[^0-9]/',''.$honeypot) && ((int)round($honeypot) - 33)) { echo "\ngood\n"; }else{ echo "\nWRONG\n"; } if($honeypot =='float'){echo "\ngood YOU ROCK\n"; }else{echo "\nWRONG you suck\n";}

preferences:
40.86 ms | 402 KiB | 5 Q