Commit graph

457 commits

Author SHA1 Message Date
Richard Quadling
6e1065d077 Fix example for bug#50375
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291663 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-03 16:40:11 +00:00
Jakub Vrana
bc93886cd1 Prefer <initializer> before "default is"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291316 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 15:41:53 +00:00
Jakub Vrana
612e5af5ec Prefer <initializer> before "default value"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291314 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 15:22:02 +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
Jakub Vrana
1fcdef5c03 Document sprintf differences (bug #46267)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291079 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-20 13:14:48 +00:00
Jakub Vrana
9ec18fffa0 Document E, g and G
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291078 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-20 13:14:30 +00:00
Jakub Vrana
25a999a885 Windows don't support all three-letter codes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291077 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-20 12:53:45 +00:00
Daniel P. Brown
7ca5556f0e Incorporates suggested text from Bug #50235.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291014 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-19 17:08:15 +00:00
Daniel P. Brown
355a794f90 The FAQTS link was hijacked, defaced, or otherwise modified, and now shows nothing but SPAM links throughout.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290877 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-17 17:19:44 +00:00
Jakub Vrana
6ed2122298 Fix link (bug #49237)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290805 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-16 11:26:41 +00:00
Jakub Vrana
cadd9e4ccd Works with default charset (bug #49407)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290717 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-13 22:38:28 +00:00
Hannes Magnusson
4ab4d761f9 Improve markup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290425 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-09 15:58:42 +00:00
Richard Quadling
3386603119 Typo (ahem) and moved error generating example to error refsect1.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290417 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-09 13:34:48 +00:00
Richard Quadling
99b6bb9716 Return false on failure. Fix bug#50107
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290408 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-09 09:57:37 +00:00
Joey Smith
316087ba95 Clear up a confusing example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290071 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-30 03:12:18 +00:00
Richard Quadling
58aa2c2dc0 substr.xml() length of 0/false/null will return an empty string. Fix bug#49951
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289854 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-22 15:53:26 +00:00
Philip Olson
1b72640345 - Added parameter descriptions, which closes PHP bug #49796
- Split examples into two: basics and potential gotchas
- Integrated information about multiple replacement gotcha (left to right) via a zillion user notes
- Added example about said gotcha (via michael dot moussa at gmail dot com)
- A few other minor changes


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289704 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-16 18:33:27 +00:00
Torben Wilson
e75b1e3882 Note that several charsets are effectively equivalent as far as
htmlspecialchars() is concerned.
Addresses bug #49412.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288982 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-30 07:17:10 +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
Torben Wilson
6f44f015af Flush out the documentation for strspn() a bit. This an example of a
very poorly documented function.
Addresses bug #46912
This still needs work.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288549 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-22 07:16:41 +00:00
Nilgün Belma Bugüner
fc044dead3 fixed build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@284635 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-23 07:34:38 +00:00
Daniel P. Brown
7fe7a860b8 Addresses Bug #48876, describes optional parameters 3+, and includes some grammatical changes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@284631 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-23 03:56:10 +00:00
Jakub Vrana
f453b3a78c See also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283870 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 16:24:20 +00:00
Nilgün Belma Bugüner
ed67b3c502 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283839 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 09:08:43 +00:00
Kalle Sommer Nielsen
8c633782ac Fixed #47618 (Say how to turn of interpolation on <<< here documents)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282800 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-26 06:59:03 +00:00
Rasmus Lerdorf
013472b277 Tweak
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282622 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-23 05:11:34 +00:00
Joey Smith
7ffd6b8baf Document precision specifier more clearly. This sentence fragement was
incorporated from the Linux man-pages project's documentation on printf(3)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280456 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-13 16:06:59 +00:00
Yannick Torres
02e589878d fix markup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279812 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-03 22:22:31 +00:00
Richard Quadling
89e45ccb61 #48035 explode() returns empty array if delimiter not found and limit is negative
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279116 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-21 14:05:32 +00:00
Richard Quadling
8ac9109e3d Use Unicode characters and UTF-8 encoding.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278175 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-02 12:58:06 +00:00
Richard Quadling
d71304cb7c Remove default value for limit and document zero limit.
Bug #47546, #47727 and related to #47560


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278167 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-02 09:24:07 +00:00
TAKAGI Masahiro
2b4474102a added notes for use with RDBMS.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276880 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-08 10:35:32 +00:00
Jakub Vrana
56c755c5f0 Revert invalid methodsynopsis join
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273756 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-18 10:37:31 +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
6820605c57 Join two syntaxes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273647 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-16 16:12:42 +00:00
Carola 'Sammy' Kummert
b8af314c9c typo
set entity


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@272612 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-02 20:04:25 +00:00
Daniel P. Brown
68c238c19d Typofixes. Hooray.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@272069 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-28 00:52:31 +00:00
Carola 'Sammy' Kummert
7d16e320ce typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271522 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-18 19:25:14 +00:00
Philip Olson
1f6db5345c Fixed simple spelling errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271314 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-16 05:56:46 +00:00
Kalle Sommer Nielsen
b40758f015 * Added note + changelog entry for PHP's implementation of crypt() algorithms
* Added note about get_cfg_var() was fixed to return "array" ini options


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271108 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-13 02:06:34 +00:00
Kalle Sommer Nielsen
c685c8d7c8 * Document XSLTProcessor::setProfiling() method
* Document stream_supports_lock()
* Document str_getcsv()
* gmp_testbit() is available as of 5.3


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270943 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-10 16:36:01 +00:00
Kalle Sommer Nielsen
a770138eb3 Lets use <screen> here ;)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270665 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-06 11:57:18 +00:00
Philip Olson
84525eff8e Changed deprecated ereg to preferred preg from SeeAlso and Examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270042 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-28 20:34:00 +00:00
Nilgün Belma Bugüner
adca0b4e4a fix validity errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268985 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-14 05:17:09 +00:00
Kalle Sommer Nielsen
d0e1f032a1 This should be inside a <para>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268967 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-13 20:45:09 +00:00
Jakub Vrana
a79bfb070b Non-numeric number (bug #44156)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268494 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-07 11:55:23 +00:00
Jakub Vrana
edf9f39f9b Move info about returning false (bug #45967)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268331 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-05 09:00:09 +00:00
Jakub Vrana
4772b6277f A..z escaping (bug #46054)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268292 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-04 16:55:29 +00:00
Jakub Vrana
f60082dcb0 Fix protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268271 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-04 13:27:54 +00:00
Jean-Sébastien Goupil
fb9e622302 Update md5, add mp5_file reference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267752 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-25 21:03:22 +00:00