Lines Matching defs:PHP_FUNCTION

208 PHP_FUNCTION(abs)  in PHP_FUNCTION()  function
231 PHP_FUNCTION(ceil) in PHP_FUNCTION() function
250 PHP_FUNCTION(floor) in PHP_FUNCTION() function
269 PHP_FUNCTION(round) in PHP_FUNCTION() function
312 PHP_FUNCTION(sin) in PHP_FUNCTION() function
324 PHP_FUNCTION(cos) in PHP_FUNCTION() function
336 PHP_FUNCTION(tan) in PHP_FUNCTION() function
348 PHP_FUNCTION(asin) in PHP_FUNCTION() function
360 PHP_FUNCTION(acos) in PHP_FUNCTION() function
372 PHP_FUNCTION(atan) in PHP_FUNCTION() function
384 PHP_FUNCTION(atan2) in PHP_FUNCTION() function
397 PHP_FUNCTION(sinh) in PHP_FUNCTION() function
409 PHP_FUNCTION(cosh) in PHP_FUNCTION() function
421 PHP_FUNCTION(tanh) in PHP_FUNCTION() function
433 PHP_FUNCTION(asinh) in PHP_FUNCTION() function
445 PHP_FUNCTION(acosh) in PHP_FUNCTION() function
457 PHP_FUNCTION(atanh) in PHP_FUNCTION() function
469 PHP_FUNCTION(pi) in PHP_FUNCTION() function
478 PHP_FUNCTION(is_finite) in PHP_FUNCTION() function
490 PHP_FUNCTION(is_infinite) in PHP_FUNCTION() function
502 PHP_FUNCTION(is_nan) in PHP_FUNCTION() function
514 PHP_FUNCTION(pow) in PHP_FUNCTION() function
528 PHP_FUNCTION(exp) in PHP_FUNCTION() function
541 PHP_FUNCTION(expm1) in PHP_FUNCTION() function
554 PHP_FUNCTION(log1p) in PHP_FUNCTION() function
567 PHP_FUNCTION(log) in PHP_FUNCTION() function
603 PHP_FUNCTION(log10) in PHP_FUNCTION() function
616 PHP_FUNCTION(sqrt) in PHP_FUNCTION() function
629 PHP_FUNCTION(hypot) in PHP_FUNCTION() function
643 PHP_FUNCTION(deg2rad) in PHP_FUNCTION() function
655 PHP_FUNCTION(rad2deg) in PHP_FUNCTION() function
895 PHP_FUNCTION(bindec) in PHP_FUNCTION() function
908 PHP_FUNCTION(hexdec) in PHP_FUNCTION() function
921 PHP_FUNCTION(octdec) in PHP_FUNCTION() function
934 PHP_FUNCTION(decbin) in PHP_FUNCTION() function
947 PHP_FUNCTION(decoct) in PHP_FUNCTION() function
960 PHP_FUNCTION(dechex) in PHP_FUNCTION() function
973 PHP_FUNCTION(base_convert) in PHP_FUNCTION() function
1248 PHP_FUNCTION(number_format) in PHP_FUNCTION() function
1293 PHP_FUNCTION(fmod) in PHP_FUNCTION() function
1311 PHP_FUNCTION(fdiv) in PHP_FUNCTION() function
1325 PHP_FUNCTION(intdiv) in PHP_FUNCTION() function