Lines Matching defs:PHP_FUNCTION

209 PHP_FUNCTION(abs)  in PHP_FUNCTION()  function
232 PHP_FUNCTION(ceil) in PHP_FUNCTION() function
251 PHP_FUNCTION(floor) in PHP_FUNCTION() function
270 PHP_FUNCTION(round) in PHP_FUNCTION() function
313 PHP_FUNCTION(sin) in PHP_FUNCTION() function
325 PHP_FUNCTION(cos) in PHP_FUNCTION() function
337 PHP_FUNCTION(tan) in PHP_FUNCTION() function
349 PHP_FUNCTION(asin) in PHP_FUNCTION() function
361 PHP_FUNCTION(acos) in PHP_FUNCTION() function
373 PHP_FUNCTION(atan) in PHP_FUNCTION() function
385 PHP_FUNCTION(atan2) in PHP_FUNCTION() function
398 PHP_FUNCTION(sinh) in PHP_FUNCTION() function
410 PHP_FUNCTION(cosh) in PHP_FUNCTION() function
422 PHP_FUNCTION(tanh) in PHP_FUNCTION() function
434 PHP_FUNCTION(asinh) in PHP_FUNCTION() function
446 PHP_FUNCTION(acosh) in PHP_FUNCTION() function
458 PHP_FUNCTION(atanh) in PHP_FUNCTION() function
470 PHP_FUNCTION(pi) in PHP_FUNCTION() function
479 PHP_FUNCTION(is_finite) in PHP_FUNCTION() function
491 PHP_FUNCTION(is_infinite) in PHP_FUNCTION() function
503 PHP_FUNCTION(is_nan) in PHP_FUNCTION() function
515 PHP_FUNCTION(pow) in PHP_FUNCTION() function
529 PHP_FUNCTION(exp) in PHP_FUNCTION() function
542 PHP_FUNCTION(expm1) in PHP_FUNCTION() function
555 PHP_FUNCTION(log1p) in PHP_FUNCTION() function
568 PHP_FUNCTION(log) in PHP_FUNCTION() function
604 PHP_FUNCTION(log10) in PHP_FUNCTION() function
617 PHP_FUNCTION(sqrt) in PHP_FUNCTION() function
630 PHP_FUNCTION(hypot) in PHP_FUNCTION() function
644 PHP_FUNCTION(deg2rad) in PHP_FUNCTION() function
656 PHP_FUNCTION(rad2deg) in PHP_FUNCTION() function
896 PHP_FUNCTION(bindec) in PHP_FUNCTION() function
909 PHP_FUNCTION(hexdec) in PHP_FUNCTION() function
922 PHP_FUNCTION(octdec) in PHP_FUNCTION() function
935 PHP_FUNCTION(decbin) in PHP_FUNCTION() function
948 PHP_FUNCTION(decoct) in PHP_FUNCTION() function
961 PHP_FUNCTION(dechex) in PHP_FUNCTION() function
974 PHP_FUNCTION(base_convert) in PHP_FUNCTION() function
1131 PHP_FUNCTION(number_format) in PHP_FUNCTION() function
1167 PHP_FUNCTION(fmod) in PHP_FUNCTION() function
1185 PHP_FUNCTION(fdiv) in PHP_FUNCTION() function
1199 PHP_FUNCTION(intdiv) in PHP_FUNCTION() function