Lines Matching defs:PHP_FUNCTION

288 PHP_FUNCTION(abs)  in PHP_FUNCTION()  function
313 PHP_FUNCTION(ceil) in PHP_FUNCTION() function
334 PHP_FUNCTION(floor) in PHP_FUNCTION() function
355 PHP_FUNCTION(round) in PHP_FUNCTION() function
406 PHP_FUNCTION(sin) in PHP_FUNCTION() function
419 PHP_FUNCTION(cos) in PHP_FUNCTION() function
432 PHP_FUNCTION(tan) in PHP_FUNCTION() function
445 PHP_FUNCTION(asin) in PHP_FUNCTION() function
458 PHP_FUNCTION(acos) in PHP_FUNCTION() function
471 PHP_FUNCTION(atan) in PHP_FUNCTION() function
484 PHP_FUNCTION(atan2) in PHP_FUNCTION() function
498 PHP_FUNCTION(sinh) in PHP_FUNCTION() function
511 PHP_FUNCTION(cosh) in PHP_FUNCTION() function
524 PHP_FUNCTION(tanh) in PHP_FUNCTION() function
537 PHP_FUNCTION(asinh) in PHP_FUNCTION() function
550 PHP_FUNCTION(acosh) in PHP_FUNCTION() function
563 PHP_FUNCTION(atanh) in PHP_FUNCTION() function
576 PHP_FUNCTION(pi) in PHP_FUNCTION() function
584 PHP_FUNCTION(is_finite) in PHP_FUNCTION() function
597 PHP_FUNCTION(is_infinite) in PHP_FUNCTION() function
610 PHP_FUNCTION(is_nan) in PHP_FUNCTION() function
623 PHP_FUNCTION(pow) in PHP_FUNCTION() function
638 PHP_FUNCTION(exp) in PHP_FUNCTION() function
656 PHP_FUNCTION(expm1) in PHP_FUNCTION() function
674 PHP_FUNCTION(log1p) in PHP_FUNCTION() function
688 PHP_FUNCTION(log) in PHP_FUNCTION() function
727 PHP_FUNCTION(log10) in PHP_FUNCTION() function
741 PHP_FUNCTION(sqrt) in PHP_FUNCTION() function
755 PHP_FUNCTION(hypot) in PHP_FUNCTION() function
776 PHP_FUNCTION(deg2rad) in PHP_FUNCTION() function
789 PHP_FUNCTION(rad2deg) in PHP_FUNCTION() function
980 PHP_FUNCTION(bindec) in PHP_FUNCTION() function
997 PHP_FUNCTION(hexdec) in PHP_FUNCTION() function
1014 PHP_FUNCTION(octdec) in PHP_FUNCTION() function
1031 PHP_FUNCTION(decbin) in PHP_FUNCTION() function
1048 PHP_FUNCTION(decoct) in PHP_FUNCTION() function
1065 PHP_FUNCTION(dechex) in PHP_FUNCTION() function
1082 PHP_FUNCTION(base_convert) in PHP_FUNCTION() function
1239 PHP_FUNCTION(number_format) in PHP_FUNCTION() function
1284 PHP_FUNCTION(fmod) in PHP_FUNCTION() function
1299 PHP_FUNCTION(intdiv) in PHP_FUNCTION() function