Commit graph

233 commits

Author SHA1 Message Date
Yasuo Ohgaki
5ab1ebc578 Add warnings to rand()/mt_rand().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338662 c90b9560-bf6c-de11-be94-00142212c4b1
2016-02-24 21:58:20 +00:00
Christoph Michael Becker
351c52e74c fix #70928: base_convert doesn't distinguish capital letter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338497 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-15 13:24:06 +00:00
Thomas Punt
714db5b24b Resolve doc bug #70596
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338308 c90b9560-bf6c-de11-be94-00142212c4b1
2015-12-18 20:36:10 +00:00
Andrea Faulds
e2cda72271 Correct the other half of intdiv()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337971 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-08 14:50:40 +00:00
Andrea Faulds
31dbea659f Bring intdiv() description into line with php/php-src#1551
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337970 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-08 14:49:04 +00:00
Peter Cowburn
ed96c14f5c rename numerator to dividend for consistency
See also php-src PR 1551 [1] for changing this in the source.

[1] https://github.com/php/php-src/pull/1551/

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337965 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-07 16:08:47 +00:00
Christoph Michael Becker
378609b8a6 The return type of floor is not only float but can also be false
-- 
Provided by anonymous 55596 (rstoll@tutteli.ch)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337718 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-02 21:56:38 +00:00
Thomas Punt
622088edbf Rectify the intdiv() docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337445 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-13 21:11:24 +00:00
Sammy Kaye Powers
b9271c0d58 Add docs for CSPRNG in PHP 7 and update related docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336957 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-14 20:50:32 +00:00
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
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
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