Lines Matching refs:floor
2 Test floor() function : usage variations - different data types as $value arg
7 echo "*** Testing floor() : usage variations ***\n";
61 // loop through each element of $inputs to check the behaviour of floor()
66 var_dump(floor($input));
75 *** Testing floor() : usage variations ***
96 floor(): Argument #1 ($num) must be of type int|float, string given
99 floor(): Argument #1 ($num) must be of type int|float, string given
102 floor(): Argument #1 ($num) must be of type int|float, array given
105 floor(): Argument #1 ($num) must be of type int|float, string given
108 floor(): Argument #1 ($num) must be of type int|float, string given
111 floor(): Argument #1 ($num) must be of type int|float, string given
114 floor(): Argument #1 ($num) must be of type int|float, classA given
123 floor(): Argument #1 ($num) must be of type int|float, resource given