summaryrefslogtreecommitdiff
path: root/ext/standard/tests/math/atan2_error.phpt
blob: ce9687cf5fd36927d25643e26907c0759d6581b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
Test atan2() - wrong params atan2()
--FILE--
<?php
atan2();
atan2(36);
atan2(36,25,0);
?>
--EXPECTF--
Warning: atan2() expects exactly 2 parameters, 0 given in %s on line %d

Warning: atan2() expects exactly 2 parameters, 1 given in %s on line %d

Warning: atan2() expects exactly 2 parameters, 3 given in %s on line %d