3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo is_numeric('123.22') ? 'yep' : 'nope'; echo is_numeric(123.22) ? 'yep' : 'nope'; echo is_numeric('123') ? 'yep' : 'nope';

preferences:
37.4 ms | 402 KiB | 5 Q