Commit graph

616 commits

Author SHA1 Message Date
Jakub Vrana
84b8fca68f Use <function> for language constructs (now supported by PhD)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325214 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-15 21:45:34 +00:00
Jakub Vrana
255d999b4e Escapes everything necessary with proper encoding
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325062 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-11 18:33:25 +00:00
Nikita Popov
df056148bc Make it clear that hex2bin does not convert hex numbers to bin numbers.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325037 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-11 10:45:21 +00:00
Nikita Popov
644ee2d6ed Document the hex2bin odd length error.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324990 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-09 21:51:56 +00:00
Adam Harvey
5e6e91b7dc Fix doc bug #61596 (Documentation doesn't mention negative return values).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324696 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-02 06:52:56 +00:00
Jakub Vrana
b18da506de magic_quotes_gpc is not on by default anymore
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324587 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-27 18:59:52 +00:00
Jakub Vrana
a9b26c34e4 Display language constructs without parentheses
Side effect of this change is that include, require and return are now properly linked. They weren't because they don't live inside <refentry> so PhD doesn't know about them.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324522 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-25 08:39:30 +00:00
Gustavo André dos Santos Lopes
2c4e6c6649 - Fixed several screw ups in r324188.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324203 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-13 22:02:26 +00:00
Gustavo André dos Santos Lopes
de8016e755 - Improved documentation of ENT_DISALLOWED.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324188 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-13 14:39:01 +00:00
Jakub Vrana
4de5cce5d8 Linkable reference constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323624 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 13:22:09 +00:00
Jakub Vrana
b543dc50c1 Fix order of parameters and return value sections
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323616 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 09:55:32 +00:00
Stanislav Malyshev
2aba10e8d0 fix versions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323561 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-26 07:46:05 +00:00
Jakub Vrana
4effeb4d1f HTML functions use encoding, not character set
E.g. ISO-8859-1 is both character set and encoding but UTF-8 is encoding of Unicode character set.

See also http://bugs.php.net/61116

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323270 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-16 23:55:01 +00:00
Jakub Vrana
45b80e2b17 Missing \n
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323269 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-16 23:50:19 +00:00
Gordon Oheim
68c2090fe7 clarified that the function will return the haystack including the needle, related to #61085
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323218 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-14 18:35:06 +00:00
Gordon Oheim
1d04cd176b clarified that the function will return the haystack including the needle, fixes #61085
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323216 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-14 18:19:06 +00:00
Justin Martin
083e576970 Clarified empty string return value. Closes bug #60949.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323058 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-04 20:41:11 +00:00
Nikita Popov
deb241818f Add new ENT_* constants to constants.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322907 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-28 15:49:03 +00:00
Nikita Popov
de64548759 Update html_entity_decode() and htmlspecialchars_decode() docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322906 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-28 14:32:07 +00:00
Nikita Popov
07dcc54607 Add UTF-8 initializer for charsets in htmlspecialchars() etc
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322905 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-28 14:05:43 +00:00
Nikita Popov
7b0db0396c Fix tabs in htmlentities() / htmlspecialchars() - this time for real
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322904 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-28 13:25:00 +00:00
Nikita Popov
c4b60d971e Update get_html_translate_table() docs
* Rename quote_style => flags, charset_hint => charset
* Add docs for new doctype flags
* Document default charset change

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322903 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-28 13:20:21 +00:00
Nikita Popov
e5f1a5a296 Update the charset table for htmlspecialchars() et al.
* Add ISO-8859-5 (with ISO8859-5 alias); add MacRoman
* Add aliases SJIS-win and XP932 for SJIS; add alias eucJP-win for EUC-JP
* Remove ancient inline version data

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322902 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-28 12:52:30 +00:00
Nikita Popov
6d81fbcfe3 Remove tab characters (in hope that this is the last thing I did wrong today)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322874 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-27 21:31:58 +00:00
Nikita Popov
ab96d5eb42 Revert accidental revert of some changes. Sorry for that.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322870 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-27 21:12:54 +00:00
Nikita Popov
e07570b463 Minor improvements to htmlspecialchars() and htmlentities() docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322868 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-27 20:42:48 +00:00
Peter Cowburn
df2a10ccdd changelog order (newest first)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322846 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-27 13:36:13 +00:00
Adam Harvey
a409ddfb6a Fix doc bug #60884 (htmlentities() behaves differently and thus breaks existing
code) by clarifying the new behaviour in PHP 5.4.0.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322842 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-27 10:00:18 +00:00
Matthew Fonda
3268a9eed3 fix spelling mistake: "beginnning" should be "beginning"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322459 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-18 22:42:27 +00:00
Jakub Vrana
9ffbd15a2f See also strpbrk + cleanup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321865 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-07 14:30:49 +00:00
TAKAGI Masahiro
f76e503c9c fix description. "the last" should be "the first".
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321602 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-31 03:59:59 +00:00
Matt Li
30a6ab9bdf Fix as per note #106986 and unify format between related functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321383 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-25 02:27:36 +00:00
Hannes Magnusson
edd2a0da13 kill undocument warning
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321135 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-18 16:47:28 +00:00
Nikita Popov
c204d791d4 Remove inline changelog from htmlspecialchars (in sync with removal from htmlentities)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320681 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-08 17:17:32 +00:00
Jakub Vrana
58aca47cd2 History in changelog
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320552 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-07 04:15:37 +00:00
Richard Quadling
8b6d169424 Native EOL
Use consistent line terminator.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317663 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-03 16:27:39 +00:00
Richard Quadling
a56106f691 Standardized on double quotes for attributes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317502 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-30 14:21:51 +00:00
Shein Alexey
58652094db WS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317095 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-21 12:10:39 +00:00
Nikita Popov
6306561c68 Followup to Doc Bug #55547 (Undocumented flags for htmlentities()): Adjusted initializers and changelog.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316909 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-17 12:08:59 +00:00
Nikita Popov
95089fd327 Fix Doc Bug #55547: Undocumented flags for htmlentities()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316908 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-17 11:32:28 +00:00
Yannick Torres
88a88985b9 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316587 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-13 06:12:03 +00:00
Shein Alexey
dac6507c60 WS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316333 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-07 11:04:36 +00:00
Gustavo André dos Santos Lopes
96f001d906 - Replaced vague statement with a more precise one.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316017 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-02 04:10:41 +00:00
Gustavo André dos Santos Lopes
46312574d5 - Empty charset for htmlentities() et al.
- Added warning about relying on the default as it's likely to change in
  PHP 5.4; see r296685.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316016 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-02 04:06:30 +00:00
Nikita Popov
1ec8bcb2f1 Fix Doc Bug #55532
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315994 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-01 14:32:05 +00:00
Peter Cowburn
7cc07e7706 see also mb_split (thanks Olivier Pons)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315540 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-26 08:05:42 +00:00
Hannes Magnusson
c0c2f5bfad Fixed bug#55429 (Description of this function is incorrect and awkwardly written)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315052 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-17 10:35:35 +00:00
Richard Quadling
fc9e379fd8 Standardise on single style of quotes for XML tag.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315005 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-16 11:38:58 +00:00
Nikita Popov
96c7331ee1 Add substr_compare in See Also sections of strn?(case)?cmp
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@314932 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-15 09:45:29 +00:00
Jakub Vrana
fcd0e74390 Whitespace
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@314834 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-12 13:09:45 +00:00