Commit graph

797 commits

Author SHA1 Message Date
Christoph Michael Becker
381e8ebf1b Fix #78165: Incorrect example with printf
We also remove the useless self-reference from the "see also" section.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347601 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-14 17:56:16 +00:00
George Peter Banyard
652367cc9d Remove PHP 4 and 5.0.0 mentions.
This includes changelogs but also some paragraphs and notes which mention PHP 4.

These should be the last ones from the core extensions.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347577 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-08 15:52:28 +00:00
Pieter Hordijk
040346a806 Added warning that strip_tags should not be used to try and fail to prevent xss.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347426 c90b9560-bf6c-de11-be94-00142212c4b1
2019-05-15 21:09:24 +00:00
Christoph Michael Becker
166933d75d Amend substr_compare documentation with latest changes
Cf. <https://bugs.php.net/77853>.

Based on a patch provided by Riikka Kalliomäki.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347366 c90b9560-bf6c-de11-be94-00142212c4b1
2019-05-02 14:12:29 +00:00
George Peter Banyard
53401e8378 Fix Doc Bug #73913
A better description of how the offset parameter works (especially with negative offsets)
Added some examples to illustrate how offset affects the function.

Maybe an example that compares this to strpos should be there too?

------
Inspired by anonymous 96388 (php.florianberberich@outlook.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347318 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-23 00:51:32 +00:00
George Peter Banyard
87b1f7ef55 Improve sprintf documentation and related functions (such as printf)
Fix Doc Bug #77451
Integrate Note 111201 into doc http://php.net/manual/en/function.sprintf.php#111201

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347041 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-24 16:30:33 +00:00
Christoph Michael Becker
b3e378b59c Fix #77662: htmlspecialchars does not behave as documented regarding ambiguous $flags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346899 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-25 11:24:20 +00:00
Tyson Andre
a9ada9d6f9 fix typos in extension documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346848 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-18 05:42:50 +00:00
Christoph Michael Becker
ad34011f87 Fix #69012: examples in echo documentation are misleading
Patch provided by girgias.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346811 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-12 16:16:07 +00:00
Christoph Michael Becker
448a9cab14 Fix #77529: %G modifier is possibly incorrect
Patch provided by girgias.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346810 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-12 16:05:24 +00:00
Christoph Michael Becker
82dfa0d98d Fix #61888: crypt() should be documented as not binary safe
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346579 c90b9560-bf6c-de11-be94-00142212c4b1
2019-01-09 18:00:01 +00:00
Christoph Michael Becker
ff7a473972 Link to mb_chr() and mb_ord(), respectively
Even though these functions are not yet properly documented, this
appears to be more useful than user note 123462, which only works for
little-endian architectures.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346452 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-28 14:58:12 +00:00
Christoph Michael Becker
8f828979a0 As of PHP 7.4.0 an empty escape string means no escaping
Cf. <https://github.com/php/php-src/pull/3515>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346346 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-15 15:15:12 +00:00
Christoph Michael Becker
80267cad62 Searching strings for non-string needle is deprecated as of PHP 7.3.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346302 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-12 11:27:56 +00:00
Christoph Michael Becker
962214a5cc Simplify signature of variadic functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346102 c90b9560-bf6c-de11-be94-00142212c4b1
2018-11-27 19:09:14 +00:00
Christoph Michael Becker
85234fc2fc Fix typo
Patch provided by anonymous user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345681 c90b9560-bf6c-de11-be94-00142212c4b1
2018-09-23 14:04:13 +00:00
Christoph Michael Becker
1712ed85e1 Fix #73613: Not warning if length == 0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345591 c90b9560-bf6c-de11-be94-00142212c4b1
2018-09-03 21:28:08 +00:00
Christoph Michael Becker
8ccc9da8be Fix #76779: Can't find multibyte functions via string functions
We also remove the link to the removed POSIX Regex functions.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345547 c90b9560-bf6c-de11-be94-00142212c4b1
2018-08-22 13:19:50 +00:00
Christoph Michael Becker
2e80c71b32 Fix #76764: Wrong parameter type for stripos()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345530 c90b9560-bf6c-de11-be94-00142212c4b1
2018-08-18 17:00:15 +00:00
Christoph Michael Becker
98b76b79d6 Fix #76680: Uncertainty in description of html_entity_decode
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345421 c90b9560-bf6c-de11-be94-00142212c4b1
2018-08-02 22:23:22 +00:00
Pieter Hordijk
79ebd89049 The ord() and chr() functions do not interpret their inputs as ASCII or any other encoding, but work with single bytes. This should be made clearer.
-- 
Provided by anonymous 73458 (rowan.collins@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345229 c90b9560-bf6c-de11-be94-00142212c4b1
2018-06-28 10:36:19 +00:00
Christoph Michael Becker
0dfd64fc2a Link to alternative functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344962 c90b9560-bf6c-de11-be94-00142212c4b1
2018-05-05 12:32:24 +00:00
Christoph Michael Becker
4925366b0e Fix #72113: convert_uudecode() fails to decode data
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344961 c90b9560-bf6c-de11-be94-00142212c4b1
2018-05-05 12:14:27 +00:00
Christoph Michael Becker
856862c5ab Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344709 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-18 13:38:04 +00:00
Christoph Michael Becker
0885e3a08d Join the changelogs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344708 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-18 13:29:27 +00:00
Christoph Michael Becker
431db906eb str_getcsv() is not about files
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344694 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-17 17:05:56 +00:00
Christoph Michael Becker
b45d8c1772 Nested <link>s can't work
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344693 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-17 16:10:01 +00:00
Christoph Michael Becker
f93af4fcac Clarify locale awareness of the CSV reading functions
See bug #72330.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344648 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-10 17:00:52 +00:00
Christoph Michael Becker
0fe00e3574 Minor doc improvements
Patches provided by anonymous users.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344469 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-09 12:44:59 +00:00
Christoph Michael Becker
d95d5914f5 Fix bug #36261: similar_text parameters aren't swappable
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344329 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-22 17:42:20 +00:00
Christoph Michael Becker
9421e06e34 Fix bug #67566: escape parameter in fgetcsv() is sometimes ignored
We clarify the actual meaning of $escape.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344268 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-15 17:04:23 +00:00
Jakub Vrana
7c50ead1ed Fix versions based on parsed php-src
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344068 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 15:23:17 +00:00
Jakub Vrana
b8758b0605 Use entities in initializer
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343899 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 19:11:34 +00:00
Jakub Vrana
fa994a739c Fix function signatures
Some of these probably deserve an entry in changelog, please add it if you have energy.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343898 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 19:03:56 +00:00
Jakub Vrana
dd07341fae Remove trailing fullstop in <refpurpose>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343888 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 15:34:22 +00:00
Peter Cowburn
2aa87f30ab tidy up addslashes description
Based on a patch from Stefan Petcu

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343844 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-15 22:33:43 +00:00
Christoph Michael Becker
b84e653f7b Fix typos
Patches provided by anonymous users.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343797 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-09 13:25:35 +00:00
Christoph Michael Becker
f5d51fe0e5 Fix typos
Patches provided by anonymous users.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343731 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-01 14:32:12 +00:00
Kalle Sommer Nielsen
d5e7ae6c6a Documented the change to number_format() where -0 no longer can be returned in 7.2.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343514 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-29 19:56:04 +00:00
Peter Cowburn
833f3869e4 grammar fix
Patch by anonymous user

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343432 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-20 20:39:29 +00:00
Christoph Michael Becker
efd62777c0 Fix typos
Patches provided by anonymous users.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343344 c90b9560-bf6c-de11-be94-00142212c4b1
2017-10-30 17:57:49 +00:00
Peter Cowburn
865e03ad05 use mixed for stristr return type
stristr() will return false if $needle is not found.

--
Patch by jmonsorno

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343177 c90b9560-bf6c-de11-be94-00142212c4b1
2017-10-03 15:34:19 +00:00
Pieter Hordijk
a468efb805 Fixes #75297
-- 
Provided by anonymous 82137 (me@ekins.space)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343167 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-30 23:31:19 +00:00
Andrey Andreev
34bec0531a sscanf() stops reading %s tokens on whitespace chars
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342425 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-26 12:49:04 +00:00
Christoph Michael Becker
20f75bd8da Fix erroneous version information
See <https://3v4l.org/KTWoZ>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342310 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-11 14:43:15 +00:00
Pieter Hordijk
3d974bf87e after https://bugs.php.net/bug.php?id=74362
edit the doc so that it doesn't say that the "only" difference is the accepted arguments.

-- 
Provided by anonymous 81948 ()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342214 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-03 07:27:21 +00:00
Andrey Andreev
028513e94b Document PHP 7.2 deprecations as the result of https://wiki.php.net/rfc/deprecations_php_7_2
Also, simplify the first paragraph of 'Traditional assertions' in assert() docs

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342126 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-14 11:30:59 +00:00
Andrey Andreev
64d2ea6c66 Fix docs bug #69449: Explain what happens with ambiguous/missing htmlspecialchars() flags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342108 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-13 12:42:20 +00:00
Christoph Michael Becker
5dba865d91 Improve wording
Patches provided by anon users.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342074 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-10 18:54:34 +00:00
Christoph Michael Becker
88560fa036 Fix #74202: However, crypt() creates a weak password without the salt.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342072 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-10 18:40:50 +00:00