Lines Matching defs:PHP_FUNCTION

289 PHP_FUNCTION(abs)  in PHP_FUNCTION()  function
314 PHP_FUNCTION(ceil) in PHP_FUNCTION() function
335 PHP_FUNCTION(floor) in PHP_FUNCTION() function
356 PHP_FUNCTION(round) in PHP_FUNCTION() function
404 PHP_FUNCTION(sin) in PHP_FUNCTION() function
417 PHP_FUNCTION(cos) in PHP_FUNCTION() function
430 PHP_FUNCTION(tan) in PHP_FUNCTION() function
443 PHP_FUNCTION(asin) in PHP_FUNCTION() function
456 PHP_FUNCTION(acos) in PHP_FUNCTION() function
469 PHP_FUNCTION(atan) in PHP_FUNCTION() function
482 PHP_FUNCTION(atan2) in PHP_FUNCTION() function
496 PHP_FUNCTION(sinh) in PHP_FUNCTION() function
509 PHP_FUNCTION(cosh) in PHP_FUNCTION() function
522 PHP_FUNCTION(tanh) in PHP_FUNCTION() function
535 PHP_FUNCTION(asinh) in PHP_FUNCTION() function
548 PHP_FUNCTION(acosh) in PHP_FUNCTION() function
561 PHP_FUNCTION(atanh) in PHP_FUNCTION() function
574 PHP_FUNCTION(pi) in PHP_FUNCTION() function
582 PHP_FUNCTION(is_finite) in PHP_FUNCTION() function
595 PHP_FUNCTION(is_infinite) in PHP_FUNCTION() function
608 PHP_FUNCTION(is_nan) in PHP_FUNCTION() function
621 PHP_FUNCTION(pow) in PHP_FUNCTION() function
635 PHP_FUNCTION(exp) in PHP_FUNCTION() function
653 PHP_FUNCTION(expm1) in PHP_FUNCTION() function
671 PHP_FUNCTION(log1p) in PHP_FUNCTION() function
685 PHP_FUNCTION(log) in PHP_FUNCTION() function
724 PHP_FUNCTION(log10) in PHP_FUNCTION() function
738 PHP_FUNCTION(sqrt) in PHP_FUNCTION() function
752 PHP_FUNCTION(hypot) in PHP_FUNCTION() function
773 PHP_FUNCTION(deg2rad) in PHP_FUNCTION() function
786 PHP_FUNCTION(rad2deg) in PHP_FUNCTION() function
976 PHP_FUNCTION(bindec) in PHP_FUNCTION() function
992 PHP_FUNCTION(hexdec) in PHP_FUNCTION() function
1008 PHP_FUNCTION(octdec) in PHP_FUNCTION() function
1024 PHP_FUNCTION(decbin) in PHP_FUNCTION() function
1040 PHP_FUNCTION(decoct) in PHP_FUNCTION() function
1056 PHP_FUNCTION(dechex) in PHP_FUNCTION() function
1072 PHP_FUNCTION(base_convert) in PHP_FUNCTION() function
1222 PHP_FUNCTION(number_format) in PHP_FUNCTION() function
1267 PHP_FUNCTION(fmod) in PHP_FUNCTION() function
1282 PHP_FUNCTION(intdiv) in PHP_FUNCTION() function