Lines Matching refs:hypot
2 Test hypot() function : usage variations - different data types as $x argument
5 /* Prototype : float hypot ( float $x , float $y )
10 echo "*** Testing hypot() : usage variations ***\n";
79 // loop through each element of $inputs to check the behaviour of hypot()
83 var_dump(hypot($input, 5));
90 *** Testing hypot() : usage variations ***
142 Warning: hypot() expects parameter 1 to be double, string given in %s on line %d
147 Warning: hypot() expects parameter 1 to be double, string given in %s on line %d
152 Warning: hypot() expects parameter 1 to be double, array given in %s on line %d
157 Warning: hypot() expects parameter 1 to be double, string given in %s on line %d
162 Warning: hypot() expects parameter 1 to be double, string given in %s on line %d
167 Warning: hypot() expects parameter 1 to be double, string given in %s on line %d
172 Warning: hypot() expects parameter 1 to be double, object given in %s on line %d
183 Warning: hypot() expects parameter 1 to be double, resource given in %s on line %d