Lines Matching refs:round
2 Test round() function : usage variations - different data types as $val argument
7 echo "*** Testing round() : usage variations ***\n";
75 // loop through each element of $inputs to check the behaviour of round()
80 var_dump(round($input, 14));
89 *** Testing round() : usage variations ***
140 round(): Argument #1 ($num) must be of type int|float, string given
143 round(): Argument #1 ($num) must be of type int|float, string given
146 round(): Argument #1 ($num) must be of type int|float, array given
149 round(): Argument #1 ($num) must be of type int|float, string given
152 round(): Argument #1 ($num) must be of type int|float, string given
155 round(): Argument #1 ($num) must be of type int|float, string given
158 round(): Argument #1 ($num) must be of type int|float, classA given
167 round(): Argument #1 ($num) must be of type int|float, resource given