Lines Matching defs:PHP_FUNCTION
301 PHP_FUNCTION(abs) in PHP_FUNCTION() function
326 PHP_FUNCTION(ceil) in PHP_FUNCTION() function
347 PHP_FUNCTION(floor) in PHP_FUNCTION() function
368 PHP_FUNCTION(round) in PHP_FUNCTION() function
416 PHP_FUNCTION(sin) in PHP_FUNCTION() function
429 PHP_FUNCTION(cos) in PHP_FUNCTION() function
442 PHP_FUNCTION(tan) in PHP_FUNCTION() function
455 PHP_FUNCTION(asin) in PHP_FUNCTION() function
468 PHP_FUNCTION(acos) in PHP_FUNCTION() function
481 PHP_FUNCTION(atan) in PHP_FUNCTION() function
494 PHP_FUNCTION(atan2) in PHP_FUNCTION() function
508 PHP_FUNCTION(sinh) in PHP_FUNCTION() function
521 PHP_FUNCTION(cosh) in PHP_FUNCTION() function
534 PHP_FUNCTION(tanh) in PHP_FUNCTION() function
547 PHP_FUNCTION(asinh) in PHP_FUNCTION() function
560 PHP_FUNCTION(acosh) in PHP_FUNCTION() function
573 PHP_FUNCTION(atanh) in PHP_FUNCTION() function
586 PHP_FUNCTION(pi) in PHP_FUNCTION() function
594 PHP_FUNCTION(is_finite) in PHP_FUNCTION() function
607 PHP_FUNCTION(is_infinite) in PHP_FUNCTION() function
620 PHP_FUNCTION(is_nan) in PHP_FUNCTION() function
633 PHP_FUNCTION(pow) in PHP_FUNCTION() function
647 PHP_FUNCTION(exp) in PHP_FUNCTION() function
665 PHP_FUNCTION(expm1) in PHP_FUNCTION() function
683 PHP_FUNCTION(log1p) in PHP_FUNCTION() function
697 PHP_FUNCTION(log) in PHP_FUNCTION() function
736 PHP_FUNCTION(log10) in PHP_FUNCTION() function
750 PHP_FUNCTION(sqrt) in PHP_FUNCTION() function
764 PHP_FUNCTION(hypot) in PHP_FUNCTION() function
785 PHP_FUNCTION(deg2rad) in PHP_FUNCTION() function
798 PHP_FUNCTION(rad2deg) in PHP_FUNCTION() function
988 PHP_FUNCTION(bindec) in PHP_FUNCTION() function
1004 PHP_FUNCTION(hexdec) in PHP_FUNCTION() function
1020 PHP_FUNCTION(octdec) in PHP_FUNCTION() function
1036 PHP_FUNCTION(decbin) in PHP_FUNCTION() function
1052 PHP_FUNCTION(decoct) in PHP_FUNCTION() function
1068 PHP_FUNCTION(dechex) in PHP_FUNCTION() function
1084 PHP_FUNCTION(base_convert) in PHP_FUNCTION() function
1234 PHP_FUNCTION(number_format) in PHP_FUNCTION() function
1279 PHP_FUNCTION(fmod) in PHP_FUNCTION() function
1294 PHP_FUNCTION(intdiv) in PHP_FUNCTION() function