Commit graph

214 commits

Author SHA1 Message Date
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
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
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
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
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
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
Etienne Kneuss
28a4ad2460 Document #48224 and put randomseed in the changelog
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280285 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-10 17:55:00 +00:00
Daniel Convissor
4a4036cee7 * Tweak formatting in see also.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279437 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-27 13:46:48 +00:00
Daniel Convissor
6c330092b3 * whitespace
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279426 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-27 01:58:37 +00:00
Daniel Convissor
d14ed0797f * Add table showing supported inputs and expected outputs.
* Add see also to printf() / sprintf().


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279425 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-27 01:55:51 +00:00
Yannick Torres
f6258411ba correct markup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279011 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-19 20:40:13 +00:00
Daniel Convissor
0ecca96fe2 * Insert warning that input must be a string.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278716 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-14 23:19:40 +00:00
Daniel Convissor
26ef06edcb * Use precision ini setting to simplify the example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278714 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-14 22:32:59 +00:00
Daniel Convissor
40378a3f2b * Add text and example regarding bindec() interpreting input as unsigned integers.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278697 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-14 14:53:47 +00:00
Daniel Convissor
61a41f2a4f * Remove trailing whitespace.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278695 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-14 14:45:06 +00:00
Mehdi Achour
993609cea4 Add missing returnvalues sections
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277596 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-22 21:51:02 +00:00
Kouber Saparev
4060597a85 Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275031 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-02 11:03:54 +00:00
Jakub Vrana
5730e7a2fa Initializers - part 5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273648 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-16 16:14:26 +00:00
Jakub Vrana
945112faad round() mode parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273644 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-16 15:37:00 +00:00
Jakub Vrana
575b7172f7 Undocument PHP 3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273641 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-16 15:28:43 +00:00
Philip Olson
4223c05232 Fixed simple spelling errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271308 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-16 03:10:28 +00:00
LEE Yun-young
979086d6b7 remove dummy para
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269351 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-19 14:40:28 +00:00
LEE Yun-young
291c91fd49 parameter name is value, not number
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268809 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-11 07:19:19 +00:00
Kalle Sommer Nielsen
193329c660 * Added examples for:
* register_shutdown_function
 * get_magic_quotes_runtime
 * set_magic_quotes_runtime
 * zend_thread_id
 * is_nan
 * ignore_user_abort
 * define_syslog_variables
* Fix examples on syslog and __halt_compiler functions


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267310 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-14 03:07:20 +00:00
Jakub Vrana
d2c6b0a506 No such PHP constant RAND_MAX
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263170 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-22 10:15:50 +00:00
Kalle Sommer Nielsen
e87b79a296 * Fixed bug on atanh() + acosh() pages in "See also" section
* Increased revision numbers for 5.3 changelog (see prev. commit)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259337 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-08 18:07:35 +00:00
Kalle Sommer Nielsen
2ac7541357 Added changelog for PHP5.3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259217 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-07 06:22:30 +00:00
Hannes Magnusson
b3b542379d Fixed bug#44904 (mt_rand does not accept a single parameter but documented
like it does)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@258982 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-03 16:48:28 +00:00
Richard Quadling
9d79d12a58 2 methodsynopsis for rand() #44885
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@258895 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-02 09:55:37 +00:00
Felipe Pena
4c8345cade Fixed bug #44772 (Spelling mistake in log() manual page)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257807 c90b9560-bf6c-de11-be94-00142212c4b1
2008-04-18 11:10:46 +00:00
Jakub Vrana
5f8a8b819e Returns NAN
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@254204 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-04 15:25:06 +00:00
Stanislav Yordanov
bdb9cceaeb arg=>value
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248437 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-17 16:33:34 +00:00
Richard Quadling
fbb43f0278 Fix #42925
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244053 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-11 11:41:25 +00:00
Richard Quadling
eeb0677626 Fix #42808
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@243384 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-02 13:01:07 +00:00
Richard Quadling
c83ffcf5cb Fix #42363 - swapped x and y parameter names to match their definitions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241708 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-22 07:49:45 +00:00
Jakub Vrana
85fc5a0439 Convert non-numeric strings to 0 only if compared to integer (bug #38883)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241456 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 16:34:41 +00:00
Hannes Magnusson
c030e2adf7 Upgrade to DocBook5:
- All id attributes are now xml:id
 - Add docbook namespace to all root elements
 - Replace <ulink /> with <link xlink:href />
 - Minor markup fixes here and there


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00
Etienne Kneuss
0c7d906849 fix bogous port to new style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237773 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-15 16:08:49 +00:00
Gwynne Raskind
348d289d7a Document BC break in 5.2.1 (fixes bug #40724)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237712 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-15 01:07:15 +00:00
Richard Quadling
16f3eb7d57 Bug #41560 - return results corrected to be y/x and not x/y.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236953 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-04 09:49:46 +00:00
Logan Buesching
348d7404e8 Fix for bug#41108. PHP can handle negative exponents.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@235765 c90b9560-bf6c-de11-be94-00142212c4b1
2007-05-16 21:48:14 +00:00
Hartmut Holzgraefe
54e801107f a little more detail on the functions motivation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233074 c90b9560-bf6c-de11-be94-00142212c4b1
2007-04-01 09:54:59 +00:00
TAKAGI Masahiro
10e7495708 added missing example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233069 c90b9560-bf6c-de11-be94-00142212c4b1
2007-04-01 09:38:00 +00:00
TAKAGI Masahiro
82865dc185 added missing parameter name.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233063 c90b9560-bf6c-de11-be94-00142212c4b1
2007-04-01 08:26:22 +00:00
TAKAGI Masahiro
96e77bed7d use '&example.outputs;'.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233062 c90b9560-bf6c-de11-be94-00142212c4b1
2007-04-01 08:25:13 +00:00
TAKAGI Masahiro
8fcc544d7d removed old-style "see also" entries.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233061 c90b9560-bf6c-de11-be94-00142212c4b1
2007-04-01 08:24:08 +00:00
Hartmut Holzgraefe
59c94437db copy/paste error corrected
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233060 c90b9560-bf6c-de11-be94-00142212c4b1
2007-04-01 08:18:15 +00:00
TAKAGI Masahiro
d462a14084 fixed typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233059 c90b9560-bf6c-de11-be94-00142212c4b1
2007-04-01 08:17:53 +00:00
Hartmut Holzgraefe
5dc785edf3 forgot to move example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233029 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-31 20:25:26 +00:00
Hartmut Holzgraefe
4af8e58936 conversion to new format finished
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233023 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-31 19:18:23 +00:00
Hartmut Holzgraefe
83c82b47af moving towards new structure
(work-in-progress commit as i'm about to change machines, will finish soon)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233015 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-31 11:20:55 +00:00
Hartmut Holzgraefe
68f6b97171 whitespace
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233013 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-31 10:43:52 +00:00
Jakub Vrana
42e561b3ca Negative bases are OK, negative exps not (bug #40729)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232439 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-23 15:13:40 +00:00
Etienne Kneuss
2ec2b8540e An example with negative input may clarify things a bit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@221823 c90b9560-bf6c-de11-be94-00142212c4b1
2006-10-15 23:24:12 +00:00
Leszek Krupinski
12fd6ed256 - IMO that refpurpose is sufficient
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@211605 c90b9560-bf6c-de11-be94-00142212c4b1
2006-04-18 07:54:45 +00:00
Nuno Lopes
a1b1ca1cac see also intval(), per user note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@204041 c90b9560-bf6c-de11-be94-00142212c4b1
2005-12-30 23:10:53 +00:00
Hartmut Holzgraefe
81434d0377 PHP never behaved as documented here, checked all the way back to 3.0.18 ...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@201517 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-28 16:35:53 +00:00
Kenneth Schwartz
d259129bb0 use example.outputs[.similar] entity
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181877 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-11 16:11:52 +00:00
Dave Barr
bd18536b32 - Use M_PI_4 instead of M_PI_2 (bug #31236).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175318 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-22 01:16:39 +00:00
Nuno Lopes
7d8389d5bd initial docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@169153 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-25 09:27:26 +00:00
Nuno Lopes
f629b24b1e add documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168910 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-21 15:47:51 +00:00
Sean Coates
83304a07f6 grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166707 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-18 16:18:48 +00:00
Jakub Vrana
8214cac81b Fix protos from sources
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166691 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-18 14:15:21 +00:00
Jakub Vrana
319ba4e188 Limits of dec* and *dec (reported by Cornelia Boenigk)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166515 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-16 13:51:54 +00:00
Philip Olson
3fcea89834 Added changes to make manual "more PHP 5 friendly", like changing "In PHP 4" to "As of PHP 4"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164053 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-23 00:18:22 +00:00
Nuno Lopes
cba7587e6a hypot is not experimental
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@161075 c90b9560-bf6c-de11-be94-00142212c4b1
2004-06-11 08:28:50 +00:00
Kenneth Schwartz
b7b3fff717 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155567 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-08 15:09:35 +00:00
Kenneth Schwartz
f10e5167b2 Bug #27919: RAND_MAX does not limit upper value
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155566 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-08 15:06:22 +00:00
Kenneth Schwartz
8799687c66 bug #23564/23564: base_convert loses percision on large numbers
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155131 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-01 10:00:01 +00:00
Mehdi Achour
e62b27dd06 Added title to examples
wrapped the see also lines (make it easy to translate)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153341 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-10 14:39:13 +00:00
Dave Barr
f58fd6cc8b - "PHP version x.y" => "PHP x.y" consistency.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153002 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-06 02:40:23 +00:00
Jakub Vrana
ecf8727590 hexdec ignores non-hexadecimal characters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152457 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-26 14:03:13 +00:00
Derek Ford
2a826291d7 Fixing Example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152301 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-25 07:36:36 +00:00