Lines Matching refs:PHP_FUNCTION

290 PHP_FUNCTION(abs)  in PHP_FUNCTION()  function
315 PHP_FUNCTION(ceil) in PHP_FUNCTION() function
336 PHP_FUNCTION(floor) in PHP_FUNCTION() function
357 PHP_FUNCTION(round) in PHP_FUNCTION() function
408 PHP_FUNCTION(sin) in PHP_FUNCTION() function
421 PHP_FUNCTION(cos) in PHP_FUNCTION() function
434 PHP_FUNCTION(tan) in PHP_FUNCTION() function
447 PHP_FUNCTION(asin) in PHP_FUNCTION() function
460 PHP_FUNCTION(acos) in PHP_FUNCTION() function
473 PHP_FUNCTION(atan) in PHP_FUNCTION() function
486 PHP_FUNCTION(atan2) in PHP_FUNCTION() function
500 PHP_FUNCTION(sinh) in PHP_FUNCTION() function
513 PHP_FUNCTION(cosh) in PHP_FUNCTION() function
526 PHP_FUNCTION(tanh) in PHP_FUNCTION() function
539 PHP_FUNCTION(asinh) in PHP_FUNCTION() function
552 PHP_FUNCTION(acosh) in PHP_FUNCTION() function
565 PHP_FUNCTION(atanh) in PHP_FUNCTION() function
578 PHP_FUNCTION(pi) in PHP_FUNCTION() function
586 PHP_FUNCTION(is_finite) in PHP_FUNCTION() function
599 PHP_FUNCTION(is_infinite) in PHP_FUNCTION() function
612 PHP_FUNCTION(is_nan) in PHP_FUNCTION() function
625 PHP_FUNCTION(pow) in PHP_FUNCTION() function
640 PHP_FUNCTION(exp) in PHP_FUNCTION() function
658 PHP_FUNCTION(expm1) in PHP_FUNCTION() function
676 PHP_FUNCTION(log1p) in PHP_FUNCTION() function
690 PHP_FUNCTION(log) in PHP_FUNCTION() function
729 PHP_FUNCTION(log10) in PHP_FUNCTION() function
743 PHP_FUNCTION(sqrt) in PHP_FUNCTION() function
757 PHP_FUNCTION(hypot) in PHP_FUNCTION() function
778 PHP_FUNCTION(deg2rad) in PHP_FUNCTION() function
791 PHP_FUNCTION(rad2deg) in PHP_FUNCTION() function
981 PHP_FUNCTION(bindec) in PHP_FUNCTION() function
998 PHP_FUNCTION(hexdec) in PHP_FUNCTION() function
1015 PHP_FUNCTION(octdec) in PHP_FUNCTION() function
1032 PHP_FUNCTION(decbin) in PHP_FUNCTION() function
1049 PHP_FUNCTION(decoct) in PHP_FUNCTION() function
1066 PHP_FUNCTION(dechex) in PHP_FUNCTION() function
1083 PHP_FUNCTION(base_convert) in PHP_FUNCTION() function
1240 PHP_FUNCTION(number_format) in PHP_FUNCTION() function
1285 PHP_FUNCTION(fmod) in PHP_FUNCTION() function
1300 PHP_FUNCTION(intdiv) in PHP_FUNCTION() function