Home
last modified time | relevance | path

Searched refs:deg2rad (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/ext/standard/tests/math/
H A Ddeg2rad_basic.phpt21 echo "deg2rad $arg_0 = ";
22 $r0 = deg2rad($arg_0);
31 echo "deg2rad $arg_1 = ";
32 $r1 = deg2rad($arg_1);
40 echo "deg2rad $arg_2 = ";
41 $r2 = deg2rad($arg_2);
50 $r3 = deg2rad($arg_3);
60 deg2rad 0 = float(%f)
62 deg2rad 90 = float(%f)
64 deg2rad 180 = float(%f)
[all …]
H A Ddeg2rad_error.phpt2 Test wrong number of arguments for deg2rad()
8 * proto float deg2rad(float number)
16 var_dump(deg2rad($arg_0, $extra_arg));
19 var_dump(deg2rad());
25 Warning: deg2rad() expects exactly 1 parameter, 2 given in %s on line %d
30 Warning: deg2rad() expects exactly 1 parameter, 0 given in %s on line %d
H A Ddeg2rad_variation.phpt2 Test variations in usage of deg2rad()
8 * proto float deg2rad(float number)
13 //Test deg2rad with a different input values
32 $res = deg2rad($values[$i]);
48 Warning: deg2rad() expects parameter 1 to be double, string given in %s on line %d
H A Ddeg2rad_basiclong_64bit.phpt2 Test deg2rad function : 64bit long tests
24 var_dump(deg2rad($longVal));
/PHP-5.5/ext/gd/tests/
H A Dbug43073_1.phpt21 $cos_t = cos(deg2rad($delta_t));
22 $sin_t = sin(deg2rad($delta_t));
H A Dbug43073.phpt21 $cos_t = cos(deg2rad($delta_t));
22 $sin_t = sin(deg2rad($delta_t));
/PHP-5.5/Zend/tests/
H A Dbug42143.phpt12 var_dump(deg2rad(-5.6) == null);
/PHP-5.5/ext/standard/
H A Dphp_math.h67 PHP_FUNCTION(deg2rad);
H A Dmath.c766 PHP_FUNCTION(deg2rad) in PHP_FUNCTION() argument
H A Dbasic_functions.c2928 PHP_FE(deg2rad, arginfo_deg2rad)

Completed in 91 milliseconds