Commit graph

194 commits

Author SHA1 Message Date
Pasindu De Silva
d1b39ea532 Minor typo and other fixes. (By Christoph Becker)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336599 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-20 10:48:37 +00:00
Peter Cowburn
f940e90ad6 Initial docs for intdiv()
-- 
Patch by Pasindu (ppasindud@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336562 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-17 14:16:23 +00:00
Jean-Sebastien Hedde
247d016f43 Wrong markup for parameter.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336046 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-06 13:01:41 +00:00
Andrea Faulds
e36faa1eae Clarity on behaviour of mt_getrandmax() and mt_rand()'s max
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335710 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-11 01:55:26 +00:00
Simion Onea
14af302c9c Making the XML definition consistent across the entire project.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:44:07 +00:00
Chris Wright
a7ff20f87d Fix inconsistent and misleading description of how min() and max() treat arguments with differing types. Replace with simple explanation, and add matching examples to both pages which show various behaviours.
-- 
Provided by anonymous 48121 (rowan.collins@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334683 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-01 12:49:39 +00:00
Maciej Sobaczewski
1cd19d56e1 W/S fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334617 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-27 05:42:22 +00:00
Maciej Sobaczewski
8b5940cade Remove changelogs for PHP 4 - 2nd round
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334605 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-26 14:28:17 +00:00
Maciej Sobaczewski
246643fc84 Make example consistent with rest of the manual
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333708 c90b9560-bf6c-de11-be94-00142212c4b1
2014-06-04 08:23:01 +00:00
Adam Harvey
79eb03f7bf Manual ** 5.6. (Or, in other words, documented the new ** operator.)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333679 c90b9560-bf6c-de11-be94-00142212c4b1
2014-06-01 22:43:11 +00:00
Jean-Sebastien Hedde
600d8bd2ab Missing parenthesis
-- 
Provided by anonymous 28912 (adrien.crivelli@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333494 c90b9560-bf6c-de11-be94-00142212c4b1
2014-05-06 15:04:47 +00:00
Chris Wright
f2bcd84ddf Typo fix in fmod() docs
---
Provided by Mike Matsco

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332334 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-10 11:32:42 +00:00
Yasuo Ohgaki
825561668c Fixed typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332126 c90b9560-bf6c-de11-be94-00142212c4b1
2013-11-15 22:09:31 +00:00
Yasuo Ohgaki
e3ae54c480 Add NULL/FALSE value example to min()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332118 c90b9560-bf6c-de11-be94-00142212c4b1
2013-11-15 04:15:36 +00:00
Jakub Vrana
1634a88641 Delete redundant <!-- Membership: -->
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330340 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-23 17:38:21 +00:00
Philip Olson
04b11e621f Fixed spelling
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329325 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-29 01:47:09 +00:00
Adam Harvey
0f7994371a Add cautions about rand() and mt_rand() being cryptographically insecure.
Further reading (and the blog that prompted this):
https://spideroak.com/blog/20121205114003-exploit-information-leaks-in-random-numbers-from-python-ruby-and-php

This may at least partially fix bug #62966, but since that's still private and
I only know about it via a separate bug in the bug tracker, I can't be sure.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328689 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-06 05:41:36 +00:00
Sherif Ramadan
72095acd0f Fixed minor typo in the description.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328608 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-02 07:36:24 +00:00
Sherif Ramadan
ef12785e5a Added description for mode constants and an example to clarify further on the behavior of the different modes. Fixes bug #63568.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328606 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-02 07:17:13 +00:00
Sherif Ramadan
04988bdb61 Added change log entry for mt_rand checking that max > min parameter, also fixes bug #66559 -- patch by Lonny
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328367 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-15 17:44:11 +00:00
Adam Harvey
ca01897d64 Fix doc bug #63027 (dechex may convert numbers up to PHP_INT_MAX) by clarifying
that PHP treats the parameter as an unsigned int, and working through some of
the implications of that from a userland perspective.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327571 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-10 01:54:11 +00:00
Hannes Magnusson
858cacd62c mark bunch of extensions with "membership" PI (like the membership comment)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326064 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 17:34:56 +00:00
Hannes Magnusson
28f9526986 This is a version column
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326063 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 17:14:24 +00:00
Jakub Vrana
aa742af0b7 Document parameters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325049 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-11 13:50:52 +00:00
Gustavo André dos Santos Lopes
be7d7329ad - Fixed doc bug #60789: pow() uses floats if one argument is a float.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323895 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-04 19:08:18 +00:00
Jakub Vrana
c1dc0919bf Linkable reference constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323628 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 13:37:00 +00:00
Adam Harvey
ab63bd1f26 Fix doc bug #55519 (mt_rand only generetes even 64 bits numbers) by adding a
cautionary note to the mt_rand() documentation.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315633 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-28 04:36:02 +00:00
Shein Alexey
299675fb21 WS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315160 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-19 07:49:33 +00:00
Richard Quadling
5a4fe9cb9a getrandmax returns 2^15 - 1, not 2 ^ 15 on Windows (and maybe others).
Fix bug #55446

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315138 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-18 12:56:59 +00:00
Hannes Magnusson
eb65419051 Sort the changelog properly, kill bogus warning and wrong error return value. fixes bug#55426
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315057 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-17 10:50:30 +00:00
Jakub Vrana
ac04b2ea21 Extension purpose is not needed anymore
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313269 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-15 15:46:15 +00:00
Mark Wiesemann
8dba9f7de9 fixed example title ("mode" isn't a function, but a parameter)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306562 c90b9560-bf6c-de11-be94-00142212c4b1
2010-12-21 22:22:45 +00:00
Justin Martin
55884886a1 Fixed examples to use &example.outputs.similar; instead of &example.outputs;.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305123 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-06 00:54:37 +00:00
Justin Martin
bb32404d88 Added an example to the Math extension's mt_getrandmax function, as per bug #53207.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305119 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-05 23:47:06 +00:00
Adam Harvey
a205631ef0 Fix doc bug #51981 (decbin(): "(31 1's)" in "64-bit machines" table).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300139 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-03 03:09:38 +00:00
Philip Olson
0e1e984293 Added see also links
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297596 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-06 22:50:21 +00:00
Daniel Egeberg
96c9d88bad Converted to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00
Daniel Egeberg
4b20299192 expm1() and log1p() have been saying 'experimental' for at least eight years. I take it that's no longer correct, so I'm removing the warning.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295992 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-09 11:37:07 +00:00
Kalle Sommer Nielsen
b077d74ed7 Forgot to increase the column count
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293484 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-13 04:31:50 +00:00
Kalle Sommer Nielsen
4bc27d8766 Remove the last of the PHP3 related stuff around the manual, including the documentation for:
* ascii2ebcdic
* ebcdic2ascii
* mysql_change_user

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293483 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-13 04:01:06 +00:00
Daniel Egeberg
64dc3e6ae8 Clarified comparison rules for max(). Closes PHP bug #50607 (max() should say more about multi-dimensional arrays)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293443 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-12 11:04:05 +00:00
Richard Quadling
7f138fdd09 Missing word
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293249 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-08 09:28:16 +00:00
Kalle Sommer Nielsen
18c33b0cef Fixed wording (Richard Q.)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293234 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-07 22:46:28 +00:00
Kalle Sommer Nielsen
103ed71613 * Fixed bug #42294 (round will not use PHP_ROUND_FUZZ on 64bit CPUs)
* Removed another PHP3 reference

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293215 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-07 12:47:00 +00:00
Jakub Vrana
201dc3748c Prefer <initializer> before "defaults to"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291313 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 14:49:47 +00:00
Richard Quadling
eff7d85262 Add example for rounding mode.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289665 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-15 11:04:57 +00:00
Torben Wilson
af4410a7e1 Normalized the sgml-default-dtd-file local-variable line for those
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Richard Quadling
277b9b0726 Typo fix : Bug#49205
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286994 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-10 09:49:52 +00:00
Nilgün Belma Bugüner
47b4458c69 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283821 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 07:54:14 +00:00
Damien Seguy
4ce84353b5 fix some spelling and entities
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282285 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-17 08:44:24 +00:00