Lines Matching refs:abs
2 Test abs() function : usage variations - different data types as $number arg
6 * Pass different data types as $number argument to abs() to test behaviour
9 echo "*** Testing abs() : usage variations ***\n";
19 return "abs";
25 abs
50 /*19*/ "abs",
51 'abs',
67 // loop through each element of $inputs to check the behavior of abs()
72 var_dump(abs($input));
82 *** Testing abs() : usage variations ***
86 Deprecated: abs(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on lin…
91 Deprecated: abs(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on lin…
107 abs(): Argument #1 ($num) must be of type int|float, string given
110 abs(): Argument #1 ($num) must be of type int|float, string given
113 abs(): Argument #1 ($num) must be of type int|float, array given
116 abs(): Argument #1 ($num) must be of type int|float, string given
119 abs(): Argument #1 ($num) must be of type int|float, string given
122 abs(): Argument #1 ($num) must be of type int|float, string given
125 abs(): Argument #1 ($num) must be of type int|float, classA given
129 Deprecated: abs(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on lin…
134 Deprecated: abs(): Passing null to parameter #1 ($num) of type int|float is deprecated in %s on lin…
138 abs(): Argument #1 ($num) must be of type int|float, resource given