summaryrefslogtreecommitdiff
path: root/ext/standard/php_math.h
diff options
context:
space:
mode:
authorAndrea Faulds <ajf@ajf.me>2014-07-15 00:35:26 +0100
committerAndrea Faulds <ajf@ajf.me>2014-07-15 00:35:26 +0100
commita521fe51d34c64b216fbeb89060eaaefbfb2fc52 (patch)
tree6445a850caf2143e72ad55779aa06d4c7bf3bf46 /ext/standard/php_math.h
parent1fef4e87fcba82e4e937382063483ee61f764936 (diff)
downloadphp-git-a521fe51d34c64b216fbeb89060eaaefbfb2fc52.tar.gz
Implemented intdiv()
Diffstat (limited to 'ext/standard/php_math.h')
-rw-r--r--ext/standard/php_math.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_math.h b/ext/standard/php_math.h
index 8dec21acf3..8c168e7d3a 100644
--- a/ext/standard/php_math.h
+++ b/ext/standard/php_math.h
@@ -66,6 +66,7 @@ PHP_FUNCTION(number_format);
PHP_FUNCTION(fmod);
PHP_FUNCTION(deg2rad);
PHP_FUNCTION(rad2deg);
+PHP_FUNCTION(intdiv);
/*
WARNING: these functions are expermental: they could change their names or