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