<!DOCTYPE html>
<html>
<body>
<?php
// 无效的计算将返回一个 NaN 值
$x = acos(8);
var_dump($x);
?>
</body>
</html>