Commit graph

1092 commits

Author SHA1 Message Date
Jakub Vrana
95f43a7118 Integer properties in object to array cast (bug #45959)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268348 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-05 10:56:08 +00:00
Jakub Vrana
3ef6a74874 Copying an array may not lead to pointer reset (bug #45369)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268347 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-05 10:53:52 +00:00
Torben Wilson
ebaa69fb65 Clarification.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268330 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-05 08:35:02 +00:00
Torben Wilson
1b92251272 Document that static properties may not be initialized to expressions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268329 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-05 07:38:18 +00:00
Torben Wilson
476b6b1b1b Small grammar fix and a little bit more information.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268328 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-05 07:36:59 +00:00
Torben Wilson
d8b6d29279 Tiny update to make the examples of array definition functionally
equivalent. Addresses Bug #46251.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268325 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-05 06:16:51 +00:00
Jakub Vrana
38b003a6ae Internal exceptions (bug #46041)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268294 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-04 17:04:29 +00:00
Jakub Vrana
449849caaf Bytes instead of ASCII characters (bug #46474)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268285 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-04 16:27:03 +00:00
Nilgün Belma Bugüner
ec69be2db5 fixed a typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268280 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-04 15:49:10 +00:00
Kalle Sommer Nielsen
d67bca7b48 Fix typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267968 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-29 15:00:28 +00:00
Mark Wiesemann
2cfb86eb70 typo fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267623 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-22 12:34:47 +00:00
Ross Masters
07e081dd58 Reworded how typing works and rewrote example to help show it.
Fixed bug #45207 (Incorrect or missing documentation for languages.variables)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267083 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-08 19:50:07 +00:00
Jakub Vrana
c385e50ef0 Capitalize title
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266440 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-17 10:25:43 +00:00
Kalle Sommer Nielsen
d1d868c383 Fix php highlight in examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265942 c90b9560-bf6c-de11-be94-00142212c4b1
2008-09-07 19:27:41 +00:00
Felipe Pena
44c0b43f25 - Typo-- ("insted of")
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265704 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-31 01:04:21 +00:00
Kalle Sommer Nielsen
a25ea24b7e Add a tip regrading array iteration with for (Thanks for the help Pierre)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265700 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-31 00:35:09 +00:00
Felipe Pena
fac021dd65 Typo-- (thanks Kalle!)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265651 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-29 16:42:19 +00:00
Felipe Pena
0f179a2c3b - Added new examples related to PHP 5.3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265632 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-29 12:47:25 +00:00
Sean Coates
ac01e6d92f add default parameters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265564 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-27 19:03:33 +00:00
Kalle Sommer Nielsen
20a326f84d * Added caution note that ticks are deprecated as of 5.3
* Added note in changelog on the following functions that they will throw an E_DEPRECATED notice as of 5.3:
  * mktime() -- is_dst parameter is deprecated
  * register_tick_function()
  * mysql_db_query()
  * mysql_escape_string()
  * setlocale() -- Behavior of passing strings insted of one of the LC_* constants is deprecated


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265410 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-24 07:26:26 +00:00
Hannes Magnusson
5cd5661448 Use proper markup for variables
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265362 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-23 15:40:25 +00:00
Hannes Magnusson
fec7f8fafd These are not variables, but array keys
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265361 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-23 15:07:18 +00:00
Hannes Magnusson
ecd083439d Use phpdoc:exceptionref for exceptions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265351 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-23 14:05:42 +00:00
Hannes Magnusson
336dcf72d5 Implement phpdoc:varentry
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265350 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-23 14:02:50 +00:00
Kalle Sommer Nielsen
39273a8e01 Make the comment more obvious - reported by Ross Masters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265288 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-22 13:39:59 +00:00
Kalle Sommer Nielsen
ec9fc2e0f7 Document that a semicolon also may be used after a case, like: case 1; case 2;, ...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265141 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-19 23:12:48 +00:00
Kalle Sommer Nielsen
3e99f84597 Added example for heredoc in arguments
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265139 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-19 22:54:03 +00:00
Kalle Sommer Nielsen
9ccdab557c Fixes #45205 (Floating point syntax)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265126 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-19 13:07:35 +00:00
Kalle Sommer Nielsen
b05277b996 Document (unset) cast
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264723 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-12 22:06:41 +00:00
Kalle Sommer Nielsen
c58e78bda6 Document that interfaces can have constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264720 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-12 21:26:21 +00:00
Kalle Sommer Nielsen
4234fbba58 Forgot the start tags again -- Bad habbit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264661 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-12 00:18:44 +00:00
Kalle Sommer Nielsen
6b23e41b5f Last commit went abit too quickly, this also adds example usage of multiple inheritance + fixes example from last commit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264648 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-11 22:23:57 +00:00
Kalle Sommer Nielsen
2e5dc81daa Document that interfaces can be extended + usage example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264647 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-11 22:16:23 +00:00
Felipe Pena
e964631515 - Added ReflectionProperty::setAccessible()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264344 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-06 21:50:59 +00:00
Kalle Sommer Nielsen
f36fbd4e41 Revert fix, it was already fixed but bug report wasn't marked as duplicate
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263892 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-31 08:59:19 +00:00
Kalle Sommer Nielsen
e5bf2a0ed0 Weird, but it should fix #45042
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263891 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-31 08:52:29 +00:00
Etienne Kneuss
3a14ef1767 Document parent::/self:: forwarding in LSB
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263743 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-29 00:29:44 +00:00
Rudy Nappée
d4f840249e * No () in <function>
* <example> must have a <title> (or use <informalexample>)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263501 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-25 08:48:04 +00:00
Johannes Schlüter
51470dffcd - Mention clone's operator precedence
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263101 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-21 15:19:33 +00:00
Daniel Convissor
682b3832bb * Tweak method example for clarity.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@262990 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-19 22:59:44 +00:00
Etienne Kneuss
7c129e526c link to it from the oop5 page
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@262325 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-09 10:54:19 +00:00
Etienne Kneuss
e330479f66 Setting the record straight directly in the manual about object references
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@262311 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-09 00:19:48 +00:00
Pedram Salehpoor
ecc513a1a0 blah I corrected my mistake so sorry
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261935 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-02 16:35:27 +00:00
Pedram Salehpoor
052b7b56ff correction
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261933 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-02 16:28:36 +00:00
Maciek Sokolewicz
a71cb60f10 fixed typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261931 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-02 15:44:30 +00:00
Daniel Convissor
cbdd63db2f * Add changelog entry about warning. Bug 43924.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261930 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-02 15:27:47 +00:00
Daniel P. Brown
109ef75d6a Addresses Bug #45206 to adjust correct grammar, and unifies all pages with new title.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261607 c90b9560-bf6c-de11-be94-00142212c4b1
2008-06-24 20:26:55 +00:00
Daniel P. Brown
5e8a61948c Addresses Bug #45223
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261602 c90b9560-bf6c-de11-be94-00142212c4b1
2008-06-24 18:51:19 +00:00
Carola 'Sammy' Kummert
5685fdcf97 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261239 c90b9560-bf6c-de11-be94-00142212c4b1
2008-06-16 03:24:21 +00:00
Philip Olson
97b4b22e86 Implemented role="noversion"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261050 c90b9560-bf6c-de11-be94-00142212c4b1
2008-06-11 15:41:12 +00:00