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
317 PHP_FUNCTION(sin) in PHP_FUNCTION() function
329 PHP_FUNCTION(cos) in PHP_FUNCTION() function
341 PHP_FUNCTION(tan) in PHP_FUNCTION() function
353 PHP_FUNCTION(asin) in PHP_FUNCTION() function
365 PHP_FUNCTION(acos) in PHP_FUNCTION() function
377 PHP_FUNCTION(atan) in PHP_FUNCTION() function
389 PHP_FUNCTION(atan2) in PHP_FUNCTION() function
402 PHP_FUNCTION(sinh) in PHP_FUNCTION() function
414 PHP_FUNCTION(cosh) in PHP_FUNCTION() function
426 PHP_FUNCTION(tanh) in PHP_FUNCTION() function
438 PHP_FUNCTION(asinh) in PHP_FUNCTION() function
450 PHP_FUNCTION(acosh) in PHP_FUNCTION() function
462 PHP_FUNCTION(atanh) in PHP_FUNCTION() function
474 PHP_FUNCTION(pi) in PHP_FUNCTION() function
483 PHP_FUNCTION(is_finite) in PHP_FUNCTION() function
495 PHP_FUNCTION(is_infinite) in PHP_FUNCTION() function
507 PHP_FUNCTION(is_nan) in PHP_FUNCTION() function
519 PHP_FUNCTION(pow) in PHP_FUNCTION() function
533 PHP_FUNCTION(exp) in PHP_FUNCTION() function
546 PHP_FUNCTION(expm1) in PHP_FUNCTION() function
559 PHP_FUNCTION(log1p) in PHP_FUNCTION() function
572 PHP_FUNCTION(log) in PHP_FUNCTION() function
608 PHP_FUNCTION(log10) in PHP_FUNCTION() function
621 PHP_FUNCTION(sqrt) in PHP_FUNCTION() function
634 PHP_FUNCTION(hypot) in PHP_FUNCTION() function
648 PHP_FUNCTION(deg2rad) in PHP_FUNCTION() function
660 PHP_FUNCTION(rad2deg) in PHP_FUNCTION() function
900 PHP_FUNCTION(bindec) in PHP_FUNCTION() function
913 PHP_FUNCTION(hexdec) in PHP_FUNCTION() function
926 PHP_FUNCTION(octdec) in PHP_FUNCTION() function
939 PHP_FUNCTION(decbin) in PHP_FUNCTION() function
952 PHP_FUNCTION(decoct) in PHP_FUNCTION() function
965 PHP_FUNCTION(dechex) in PHP_FUNCTION() function
978 PHP_FUNCTION(base_convert) in PHP_FUNCTION() function
1135 PHP_FUNCTION(number_format) in PHP_FUNCTION() function
1164 PHP_FUNCTION(fmod) in PHP_FUNCTION() function
1182 PHP_FUNCTION(fdiv) in PHP_FUNCTION() function
1196 PHP_FUNCTION(intdiv) in PHP_FUNCTION() function