3v4l.org

run code in 300+ PHP versions simultaneously
<?php #$_GET['honeypot'] = '6898557993159892'; #$honeypot = ($_GET['honeypot'] * 1337) + 1.7; $honeypot = ("-0.06898557993159892e+17" * 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:
68.13 ms | 402 KiB | 5 Q