Lines Matching refs:ceil
2 Test ceil() function : usage variations - different data types as $value arg
7 echo "*** Testing ceil() : usage variations ***\n";
61 // loop through each element of $inputs to check the behaviour of ceil()
66 var_dump(ceil($input));
75 *** Testing ceil() : usage variations ***
79 Deprecated: ceil(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on li…
84 Deprecated: ceil(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on li…
100 ceil(): Argument #1 ($num) must be of type int|float, string given
103 ceil(): Argument #1 ($num) must be of type int|float, string given
106 ceil(): Argument #1 ($num) must be of type int|float, array given
109 ceil(): Argument #1 ($num) must be of type int|float, string given
112 ceil(): Argument #1 ($num) must be of type int|float, string given
115 ceil(): Argument #1 ($num) must be of type int|float, string given
118 ceil(): Argument #1 ($num) must be of type int|float, classA given
122 Deprecated: ceil(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on li…
127 Deprecated: ceil(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on li…
131 ceil(): Argument #1 ($num) must be of type int|float, resource given