summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/pi_basic.phpt
blob: c00684edcb3b086ae214795f505d0ff7f2012a40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
Test pi() - basic function test pi()
--INI--
precision=14
--FILE--
<?php
echo pi(), "\n";
echo M_PI, "\n";
// N.B pi() ignores all specified arguments no error
// messages are produced if arguments are spcified.
?>
--EXPECTF--
3.1415926535898
3.1415926535898