3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! if(preg_match("/^[0-9\.]+$/", '123')){ echo 'true'; } else{ echo 'false'; } if(preg_match("/^[0-9\.]+$/", '123.0')){ echo 'true'; } else{ echo 'false'; } if(preg_match("/^[0-9\.]+$/", '123,0')){ echo 'true'; } else{ echo 'false'; } if(preg_match("/^[0-9\.]+$/", '123aab0')){ echo 'true'; } else{ echo 'false'; } echo floatval(3); ?>

preferences:
35.17 ms | 402 KiB | 5 Q