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 ***
123 Deprecated: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on l…
128 Deprecated: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on l…
144 round(): Argument #1 ($num) must be of type int|float, string given
147 round(): Argument #1 ($num) must be of type int|float, string given
150 round(): Argument #1 ($num) must be of type int|float, array given
153 round(): Argument #1 ($num) must be of type int|float, string given
156 round(): Argument #1 ($num) must be of type int|float, string given
159 round(): Argument #1 ($num) must be of type int|float, string given
162 round(): Argument #1 ($num) must be of type int|float, classA given
166 Deprecated: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on l…
171 Deprecated: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on l…
175 round(): Argument #1 ($num) must be of type int|float, resource given