Skip to content

Fix intdiv() argument names and description#1551

Merged
php-pulls merged 1 commit intophp:PHP-7.0from
hikari-no-yume:intdiv_argument_name_fix
Oct 8, 2015
Merged

Fix intdiv() argument names and description#1551
php-pulls merged 1 commit intophp:PHP-7.0from
hikari-no-yume:intdiv_argument_name_fix

Conversation

@hikari-no-yume
Copy link
Copy Markdown
Contributor

When I added intdiv(), I made the parameter names inconsistent. In mathematics, it's 'numerator and denominator' or 'dividend and divisor', not the weird hybrid I used, 'numerator and divisor'. This pull request corrects the parameter names to be 'dividend and divisor'. It also rewrites the description to be clearer, since 'integer division' is poorly defined.

I hope this can get in for 7.0 since it's a tiny documentation fix.

@hikari-no-yume hikari-no-yume force-pushed the intdiv_argument_name_fix branch from 3b2c68a to 622bddd Compare October 6, 2015 15:18
@hikari-no-yume
Copy link
Copy Markdown
Contributor Author

I would of course update the manual if this was merged.

salathe added a commit to salathe/phpdoc-en that referenced this pull request Oct 7, 2015
See also php-src PR 1551 [1] for changing this in the source.

[1] php/php-src#1551

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337965 c90b9560-bf6c-de11-be94-00142212c4b1
svn2github pushed a commit to svn2github/phpdoc_en that referenced this pull request Oct 7, 2015
See also php-src PR 1551 [1] for changing this in the source.

[1] php/php-src#1551

git-svn-id: http://svn.php.net/repository/phpdoc/en@337965 c90b9560-bf6c-de11-be94-00142212c4b1
LawnGnome pushed a commit to LawnGnome/phpdoc-en that referenced this pull request Oct 7, 2015
See also php-src PR 1551 [1] for changing this in the source.

[1] php/php-src#1551

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337965 c90b9560-bf6c-de11-be94-00142212c4b1
@hikari-no-yume hikari-no-yume force-pushed the intdiv_argument_name_fix branch from 622bddd to fa23beb Compare October 8, 2015 14:45
@php-pulls php-pulls merged commit fa23beb into php:PHP-7.0 Oct 8, 2015
svn2github pushed a commit to svn2github/phpdoc_en that referenced this pull request Oct 8, 2015
salathe pushed a commit to salathe/phpdoc-en that referenced this pull request Oct 8, 2015
LawnGnome pushed a commit to LawnGnome/phpdoc-en that referenced this pull request Oct 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants