Lines Matching refs:PHP_FUNCTION
32 PHP_FUNCTION(sin);
33 PHP_FUNCTION(cos);
34 PHP_FUNCTION(tan);
35 PHP_FUNCTION(asin);
36 PHP_FUNCTION(acos);
37 PHP_FUNCTION(atan);
38 PHP_FUNCTION(atan2);
39 PHP_FUNCTION(pi);
40 PHP_FUNCTION(exp);
41 PHP_FUNCTION(log);
42 PHP_FUNCTION(log10);
43 PHP_FUNCTION(is_finite);
44 PHP_FUNCTION(is_infinite);
45 PHP_FUNCTION(is_nan);
46 PHP_FUNCTION(pow);
47 PHP_FUNCTION(sqrt);
48 PHP_FUNCTION(srand);
49 PHP_FUNCTION(rand);
50 PHP_FUNCTION(getrandmax);
51 PHP_FUNCTION(mt_srand);
52 PHP_FUNCTION(mt_rand);
53 PHP_FUNCTION(mt_getrandmax);
54 PHP_FUNCTION(abs);
55 PHP_FUNCTION(ceil);
56 PHP_FUNCTION(floor);
57 PHP_FUNCTION(round);
58 PHP_FUNCTION(decbin);
59 PHP_FUNCTION(dechex);
60 PHP_FUNCTION(decoct);
61 PHP_FUNCTION(bindec);
62 PHP_FUNCTION(hexdec);
63 PHP_FUNCTION(octdec);
64 PHP_FUNCTION(base_convert);
65 PHP_FUNCTION(number_format);
66 PHP_FUNCTION(fmod);
67 PHP_FUNCTION(deg2rad);
68 PHP_FUNCTION(rad2deg);
74 PHP_FUNCTION(hypot);
75 PHP_FUNCTION(expm1);
76 PHP_FUNCTION(log1p);
78 PHP_FUNCTION(sinh);
79 PHP_FUNCTION(cosh);
80 PHP_FUNCTION(tanh);
82 PHP_FUNCTION(asinh);
83 PHP_FUNCTION(acosh);
84 PHP_FUNCTION(atanh);