x
 
<!DOCTYPE html>
<html>
<body>
<?php
// 检查数值是有限的还是无限的
$x = 1.9e411;
var_dump($x);
?>  
</body>
</html>