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 ***
79 Deprecated: floor(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on l…
84 Deprecated: floor(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on l…
100 floor(): Argument #1 ($num) must be of type int|float, string given
103 floor(): Argument #1 ($num) must be of type int|float, string given
106 floor(): Argument #1 ($num) must be of type int|float, array given
109 floor(): Argument #1 ($num) must be of type int|float, string given
112 floor(): Argument #1 ($num) must be of type int|float, string given
115 floor(): Argument #1 ($num) must be of type int|float, string given
118 floor(): Argument #1 ($num) must be of type int|float, classA given
122 Deprecated: floor(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on l…
127 Deprecated: floor(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on l…
131 floor(): Argument #1 ($num) must be of type int|float, resource given