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 trim(' asdf 1234 '); echo 'end'; echo intval('123.53') ?>

preferences:
35.77 ms | 402 KiB | 5 Q