summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/pi_basic.phpt
blob: fec5691371d1b1a5f383509219ffd337542dcfeb (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